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_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_display.py') diff --git a/tests/test_display.py b/tests/test_display.py index 5e01038..c61c262 100644 --- a/tests/test_display.py +++ b/tests/test_display.py @@ -2,7 +2,7 @@ import unittest import pygame -from display import Display +from sliceitoff.display import Display class TestDisplay(unittest.TestCase): def test_can_create(self): -- cgit v1.2.3