summaryrefslogtreecommitdiff
path: root/src/sliceitoff/status/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/status/status.py')
-rw-r--r--src/sliceitoff/status/status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/status/status.py b/src/sliceitoff/status/status.py
index 8a1a130..f018778 100644
--- a/src/sliceitoff/status/status.py
+++ b/src/sliceitoff/status/status.py
@@ -1,7 +1,7 @@
""" status.status - The statusline bottom of screen showinf all stats """
import pygame
-from text import TextPage
+from sliceitoff.text import TextPage
class Status(pygame.sprite.Group):
""" Statusline bottom of screen """