summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index 589bd2c7..b8c4f5cf 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -43,10 +43,10 @@ from poezio.text_buffer import TextBuffer
from poezio.theming import get_theme
from poezio import keyboard
-from . completions import CompletionCore
-from . commands import CommandCore
-from . handlers import HandlerCore
-from . structs import POSSIBLE_SHOW, DEPRECATED_ERRORS, \
+from poezio.core.completions import CompletionCore
+from poezio.core.commands import CommandCore
+from poezio.core.handlers import HandlerCore
+from poezio.core.structs import POSSIBLE_SHOW, DEPRECATED_ERRORS, \
ERROR_AND_STATUS_CODES, Command, Status