diff options
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 |