diff options
Diffstat (limited to 'src/sliceitoff/screens/instructions1.py')
-rw-r--r-- | src/sliceitoff/screens/instructions1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/screens/instructions1.py b/src/sliceitoff/screens/instructions1.py index 58d6f58..cf9ccc7 100644 --- a/src/sliceitoff/screens/instructions1.py +++ b/src/sliceitoff/screens/instructions1.py @@ -1,5 +1,5 @@ """ screens.instructions1 - First page of instructions""" -from text import TextPage +from sliceitoff.text import TextPage def instructions1_screen(): """ Instructions about the goal """ |