diff --git a/Tests/Texture/TextureSystem.py b/Tests/Texture/TextureSystem.py index e9e54c2..62751e4 100644 --- a/Tests/Texture/TextureSystem.py +++ b/Tests/Texture/TextureSystem.py @@ -7,7 +7,7 @@ import yaml from PIL import Image -from Code.texture_system import TextureSystem +from Code.systems.texture_system import TextureSystem class TestTextureSystem(unittest.TestCase):