diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-09 01:54:49 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-09 01:54:49 +0300 |
commit | 7a97b9c7a779aa7739e743770559ca7146ba6df3 (patch) | |
tree | 2b4f917a2187e74b27e0a272a8d15c48fd41f60f /tests/test_scaling.py | |
parent | 5981707f152b4e611abb50a6975a44548844117a (diff) |
use namespace package in importsv0.3b2
Diffstat (limited to 'tests/test_scaling.py')
-rw-r--r-- | tests/test_scaling.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |