summaryrefslogtreecommitdiff
path: root/poezio/contact.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-06-30 23:36:25 +0200
committermathieui <mathieui@mathieui.net>2016-06-30 23:36:25 +0200
commit8f7be37a700aa78f1906e155f79356fcd7e4b260 (patch)
tree8cd5da2325934544c51e2b08b764a39f79f212ed /poezio/contact.py
parent945035fc18765349563574103951d1aa403fa987 (diff)
downloadpoezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.tar.gz
poezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.tar.bz2
poezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.tar.xz
poezio-8f7be37a700aa78f1906e155f79356fcd7e4b260.zip
Absolute imports everywhere
Diffstat (limited to 'poezio/contact.py')
-rw-r--r--poezio/contact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/contact.py b/poezio/contact.py
index 7a6d231a..883c607a 100644
--- a/poezio/contact.py
+++ b/poezio/contact.py
@@ -13,7 +13,7 @@ the roster.
import logging
log = logging.getLogger(__name__)
-from . common import safeJID
+from poezio.common import safeJID
from collections import defaultdict
class Resource(object):