diff options
Diffstat (limited to 'src/sliceitoff/screens/hiscores.py')
-rw-r--r-- | src/sliceitoff/screens/hiscores.py | 2 |
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 """ |