From 8f7be37a700aa78f1906e155f79356fcd7e4b260 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 30 Jun 2016 23:36:25 +0200 Subject: Absolute imports everywhere --- poezio/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poezio/config.py') diff --git a/poezio/config.py b/poezio/config.py index 650202e5..85fc5750 100644 --- a/poezio/config.py +++ b/poezio/config.py @@ -21,7 +21,7 @@ import pkg_resources from configparser import RawConfigParser, NoOptionError, NoSectionError from os import environ, makedirs, path, remove from shutil import copy2 -from . args import parse_args +from poezio.args import parse_args DEFAULT_CONFIG = { 'Poezio': { @@ -642,7 +642,7 @@ def setup_logging(): def post_logging_setup(): # common imports slixmpp, which creates then its loggers, so # it needs to be after logger configuration - from . common import safeJID as JID + from poezio.common import safeJID as JID global safeJID safeJID = JID -- cgit v1.2.3