diff options
Diffstat (limited to 'src/sliceitoff/screens/instructions2.py')
-rw-r--r-- | src/sliceitoff/screens/instructions2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/screens/instructions2.py b/src/sliceitoff/screens/instructions2.py index 19b8928..9d9923f 100644 --- a/src/sliceitoff/screens/instructions2.py +++ b/src/sliceitoff/screens/instructions2.py @@ -1,5 +1,5 @@ """ screens.instructions2 - Page about scoring """ -from text import TextPage +from sliceitoff.text import TextPage def instructions2_screen(): """ Instructions about scoring """ |