From 1464ca50eda9d48453e0f2f726c735f59cb6a05c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Feb 2011 14:23:03 -0500 Subject: [PATCH] whitespace --- convore/core.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/convore/core.py b/convore/core.py index dc52856..7abf6a4 100644 --- a/convore/core.py +++ b/convore/core.py @@ -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)