From 7a97b9c7a779aa7739e743770559ca7146ba6df3 Mon Sep 17 00:00:00 2001 From: Viljami Ilola <+@hix.fi> Date: Tue, 9 Apr 2024 01:54:49 +0300 Subject: use namespace package in imports --- src/sliceitoff/screens/initials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sliceitoff/screens/initials.py') 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 """ -- cgit v1.2.3