From 6a1bd5f9b90354f670a53b240a226f598ccf3170 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 27 Jun 2016 23:38:58 +0100 Subject: Make all relative imports explicit. --- poezio/contact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/contact.py') diff --git a/poezio/contact.py b/poezio/contact.py index c670e5bc..7a6d231a 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 . common import safeJID from collections import defaultdict class Resource(object): -- cgit v1.2.3