mirror of
https://github.com/kennethreitz-archive/python-convore.git
synced 2026-06-05 23:40:18 +00:00
whitespace cleanup
This commit is contained in:
@@ -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."""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user