diff options
Diffstat (limited to 'tests/test_screens.py')
-rw-r--r-- | tests/test_screens.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_screens.py b/tests/test_screens.py index a81bc33..a95894b 100644 --- a/tests/test_screens.py +++ b/tests/test_screens.py @@ -3,9 +3,9 @@ import unittest from pathlib import Path -from text import Fonts, TextPage +from sliceitoff.text import Fonts, TextPage -from screens import ( +from sliceitoff.screens import ( gameover_screen, hiscores_screen, initials_screen, |