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/windows/muc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'poezio/windows/muc.py') diff --git a/poezio/windows/muc.py b/poezio/windows/muc.py index 84775787..4a0eb626 100644 --- a/poezio/windows/muc.py +++ b/poezio/windows/muc.py @@ -9,9 +9,9 @@ import curses from . import Win -import poopt -from config import config -from theming import to_curses_attr, get_theme +from .. import poopt +from .. config import config +from .. theming import to_curses_attr, get_theme def userlist_to_cache(userlist): result = [] -- cgit v1.2.3