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_enemies.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/test_enemies.py') diff --git a/tests/test_enemies.py b/tests/test_enemies.py index 5182ea2..994ab77 100644 --- a/tests/test_enemies.py +++ b/tests/test_enemies.py @@ -5,9 +5,9 @@ import pygame from pathlib import Path -from enemies.enemies import EnemyBall, Enemies -from display import Scaling -from text import Fonts +from sliceitoff.enemies.enemies import EnemyBall, Enemies +from sliceitoff.display import Scaling +from sliceitoff.text import Fonts class TestEnemyBall(unittest.TestCase): def setUp(self): -- cgit v1.2.3