summaryrefslogtreecommitdiff
path: root/poezio/windows/bookmark_forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/bookmark_forms.py')
-rw-r--r--poezio/windows/bookmark_forms.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/poezio/windows/bookmark_forms.py b/poezio/windows/bookmark_forms.py
index bef4b247..7aaee65a 100644
--- a/poezio/windows/bookmark_forms.py
+++ b/poezio/windows/bookmark_forms.py
@@ -3,9 +3,9 @@ Windows used inthe bookmarkstab
"""
import curses
-from . import Win
-from . inputs import Input
-from . data_forms import FieldInput
+from poezio.windows import Win
+from poezio.windows.inputs import Input
+from poezio.windows.data_forms import FieldInput
from poezio.theming import to_curses_attr, get_theme
from poezio.common import safeJID