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 --- tests/test_screens.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_screens.py') 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, -- cgit v1.2.3