diff options
Diffstat (limited to 'src/sliceitoff/screens/initials.py')
-rw-r--r-- | src/sliceitoff/screens/initials.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/screens/initials.py b/src/sliceitoff/screens/initials.py index 632cfa4..9b0cc2c 100644 --- a/src/sliceitoff/screens/initials.py +++ b/src/sliceitoff/screens/initials.py @@ -1,6 +1,6 @@ """ screens.initials - screen where input initials when one makes to hiscores """ -from text import TextPage +from sliceitoff.text import TextPage def initials_screen(name): """ initials_screen - screen where name is updating as user imputs """ |