Convore object is all there is to import.

This commit is contained in:
Kenneth Reitz
2011-02-20 13:31:14 -05:00
parent a18cbec1c6
commit 5695122056
+2 -1
View File
@@ -18,9 +18,10 @@ __author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__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)