diff options
author | mathieui <mathieui@mathieui.net> | 2014-04-04 00:24:16 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-04-04 00:24:16 +0200 |
commit | ca0950db07ff5006ba760e829f2fa6a7c2f8ea41 (patch) | |
tree | 3a523563304626f03f29334a53d758006252d5f8 /src/contact.py | |
parent | b6d607075160dffea769c6ad49e4303e48722ed4 (diff) | |
download | poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.tar.gz poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.tar.bz2 poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.tar.xz poezio-ca0950db07ff5006ba760e829f2fa6a7c2f8ea41.zip |
Remove unused imports
(thanks eijebong)
Diffstat (limited to 'src/contact.py')
-rw-r--r-- | src/contact.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contact.py b/src/contact.py index 93f2f69e..4cb4c789 100644 --- a/src/contact.py +++ b/src/contact.py @@ -13,7 +13,6 @@ the roster. import logging log = logging.getLogger(__name__) -from sleekxmpp import JID from common import safeJID from collections import defaultdict |