changeset 52:f961f2002d4e

docstring
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 17 Jun 2013 15:34:33 -0700
parents 7189c647270a
children 8e245a01829d
files bzconsole/api.py
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bzconsole/api.py	Wed Dec 19 16:16:26 2012 -0800
+++ b/bzconsole/api.py	Mon Jun 17 15:34:33 2013 -0700
@@ -13,16 +13,14 @@
 import urllib2
 
 from StringIO import StringIO
-
 from utils import tmpbuffer
 
 
 class BZapi(object):
-    """
-    console API to bugzilla
-    """
+    """API to bugzilla"""
 
     # currently there is only one cache for configuration
+    # TODO: should be one per server
     config_cache = '.bzconfiguration'
 
     def __init__(self,