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/windows/data_forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poezio/windows/data_forms.py') diff --git a/poezio/windows/data_forms.py b/poezio/windows/data_forms.py index 5b70cedc..8c4e9a7c 100644 --- a/poezio/windows/data_forms.py +++ b/poezio/windows/data_forms.py @@ -6,8 +6,8 @@ does not inherit from the Win base class), as it will create the others when needed. """ -from . import Win -from . inputs import Input +from poezio.windows import Win +from poezio.windows.inputs import Input from poezio.theming import to_curses_attr, get_theme -- cgit v1.2.3