whitespace cleanup

This commit is contained in:
Kenneth Reitz
2011-02-21 14:21:36 -05:00
parent 7020cd52a5
commit d24543ea8f
+3
View File
@@ -9,8 +9,10 @@
:license: ISC, see LICENSE for more details. :license: ISC, see LICENSE for more details.
""" """
import api import api
__title__ = 'convore' __title__ = 'convore'
__version__ = '0.0.1' __version__ = '0.0.1'
__build__ = 0x000001 __build__ = 0x000001
@@ -22,6 +24,7 @@ __docformat__ = 'restructuredtext'
__all__ = ('Convore',) __all__ = ('Convore',)
class Convore(object): class Convore(object):
"""The main Convore interface object.""" """The main Convore interface object."""