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/input_placeholders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows/input_placeholders.py') diff --git a/poezio/windows/input_placeholders.py b/poezio/windows/input_placeholders.py index 92be4ffa..698cee09 100644 --- a/poezio/windows/input_placeholders.py +++ b/poezio/windows/input_placeholders.py @@ -8,7 +8,7 @@ log = logging.getLogger(__name__) from . import Win -from .. theming import get_theme, to_curses_attr +from poezio.theming import get_theme, to_curses_attr class HelpText(Win): -- cgit v1.2.3