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_scaling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_scaling.py') diff --git a/tests/test_scaling.py b/tests/test_scaling.py index 170dbab..ece1e16 100644 --- a/tests/test_scaling.py +++ b/tests/test_scaling.py @@ -1,6 +1,6 @@ import unittest -from display import Scaling, INTERNAL_HEIGHT, INTERNAL_WIDTH +from sliceitoff.display import Scaling, INTERNAL_HEIGHT, INTERNAL_WIDTH class TestScaling(unittest.TestCase): def test_update_scaling(self): -- cgit v1.2.3