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/data_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/windows/data_forms.py') diff --git a/poezio/windows/data_forms.py b/poezio/windows/data_forms.py index 410648ec..c02296e5 100644 --- a/poezio/windows/data_forms.py +++ b/poezio/windows/data_forms.py @@ -9,7 +9,7 @@ others when needed. from . import Win from . inputs import Input -from theming import to_curses_attr, get_theme +from .. theming import to_curses_attr, get_theme class FieldInput(object): """ -- cgit v1.2.3