whitespace

This commit is contained in:
Kenneth Reitz
2011-02-20 14:23:03 -05:00
parent f049323386
commit 1464ca50ed
+2
View File
@@ -20,8 +20,10 @@ __copyright__ = 'Copyright 2011 Kenneth Reitz'
__all__ = ('Convore',)
class Convore(object):
"""The main Convore interface object."""
def __init__(self, username, password):
self.username = username
api.login(username, password)