From ab86e7991886c3d3253af59349403c5973fe476c Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 30 Jun 2016 22:56:24 +0200 Subject: Use absolute imports instead of relative ones All this crap is very brittle due to circular deps and python handling them badly. This appears to be fixing some stuff, at the very least. This is sed, so cleanup of imports (which can now be grouped together) is not done yet. --- poezio/windows/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows/list.py') diff --git a/poezio/windows/list.py b/poezio/windows/list.py index d4458b5b..8e879c85 100644 --- a/poezio/windows/list.py +++ b/poezio/windows/list.py @@ -8,7 +8,7 @@ log = logging.getLogger(__name__) import curses from . import Win -from .. theming import to_curses_attr, get_theme +from poezio.theming import to_curses_attr, get_theme class ListWin(Win): -- cgit v1.2.3