summaryrefslogtreecommitdiff
path: root/tests/test_screens.py
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-04-09 01:54:49 +0300
committerViljami Ilola <+@hix.fi>2024-04-09 01:54:49 +0300
commit7a97b9c7a779aa7739e743770559ca7146ba6df3 (patch)
tree2b4f917a2187e74b27e0a272a8d15c48fd41f60f /tests/test_screens.py
parent5981707f152b4e611abb50a6975a44548844117a (diff)
use namespace package in importsv0.3b2
Diffstat (limited to 'tests/test_screens.py')
-rw-r--r--tests/test_screens.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_screens.py b/tests/test_screens.py
index a81bc33..a95894b 100644
--- a/tests/test_screens.py
+++ b/tests/test_screens.py
@@ -3,9 +3,9 @@ import unittest
from pathlib import Path
-from text import Fonts, TextPage
+from sliceitoff.text import Fonts, TextPage
-from screens import (
+from sliceitoff.screens import (
gameover_screen,
hiscores_screen,
initials_screen,