From a1ca44711eded633de28b3c12ccbbb40135cb01a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 13 Feb 2011 11:00:09 -0500 Subject: [PATCH] coming together --- convore/core.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/convore/core.py b/convore/core.py index 3d64761..4f86f02 100644 --- a/convore/core.py +++ b/convore/core.py @@ -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