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/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows/misc.py') diff --git a/poezio/windows/misc.py b/poezio/windows/misc.py index 07c91bbd..bc77fefd 100644 --- a/poezio/windows/misc.py +++ b/poezio/windows/misc.py @@ -8,7 +8,7 @@ log = logging.getLogger(__name__) import curses from . import Win -from theming import get_theme, to_curses_attr +from .. theming import get_theme, to_curses_attr class VerticalSeparator(Win): """ -- cgit v1.2.3