summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens/hiscores.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 /src/sliceitoff/screens/hiscores.py
parent5981707f152b4e611abb50a6975a44548844117a (diff)
use namespace package in importsv0.3b2
Diffstat (limited to 'src/sliceitoff/screens/hiscores.py')
-rw-r--r--src/sliceitoff/screens/hiscores.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/screens/hiscores.py b/src/sliceitoff/screens/hiscores.py
index c73f0bf..a0dbb39 100644
--- a/src/sliceitoff/screens/hiscores.py
+++ b/src/sliceitoff/screens/hiscores.py
@@ -1,5 +1,5 @@
""" screens.hiscores - Defines how to display hiscore text on the screen """
-from text import TextPage
+from sliceitoff.text import TextPage
def hiscores_screen(score_text):
""" hiscores_screen - only ajustments to hiscore text """