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