summaryrefslogtreecommitdiff
path: root/poezio/tabs/data_forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/tabs/data_forms.py')
-rw-r--r--poezio/tabs/data_forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/poezio/tabs/data_forms.py b/poezio/tabs/data_forms.py
index 59994890..82c0f128 100644
--- a/poezio/tabs/data_forms.py
+++ b/poezio/tabs/data_forms.py
@@ -5,8 +5,8 @@ Defines the data-forms Tab
import logging
log = logging.getLogger(__name__)
-from .. import windows
-from .. tabs import Tab
+from poezio import windows
+from poezio.tabs import Tab
class DataFormsTab(Tab):
"""