summaryrefslogtreecommitdiff
path: root/src/roster.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-11-06 21:10:09 +0100
committermathieui <mathieui@mathieui.net>2011-11-06 21:10:09 +0100
commitc3c67b5e0afec8b322b8f08aa76b8e35c24bc23b (patch)
treefdc82387aafafb2220411ebd631ef10844499b0a /src/roster.py
parent0315b05f5122f1f4697699fc09de1b0860203177 (diff)
downloadpoezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.tar.gz
poezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.tar.bz2
poezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.tar.xz
poezio-c3c67b5e0afec8b322b8f08aa76b8e35c24bc23b.zip
Code cleanup (unused import, variables, undefined names, etc…)
Diffstat (limited to 'src/roster.py')
-rw-r--r--src/roster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster.py b/src/roster.py
index 4ef2da1b..df84d4d8 100644
--- a/src/roster.py
+++ b/src/roster.py
@@ -14,7 +14,7 @@ log = logging.getLogger(__name__)
from config import config
from os import path as p
-from contact import Contact, Resource
+from contact import Contact
from sleekxmpp.xmlstream.stanzabase import JID
class Roster(object):