coming together

This commit is contained in:
Kenneth Reitz
2011-02-13 11:00:09 -05:00
parent d69b8c7982
commit a1ca44711e
+4 -1
View File
@@ -55,9 +55,12 @@ class Convore(object):
"""
def __init__(self, username, password):
pass
self.verify()
def verify(self):
"""Authenticates. Returns True if authentication is successful, False if not."""
pass