diff options
Diffstat (limited to 'test/TestDatafile.py')
-rw-r--r-- | test/TestDatafile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TestDatafile.py b/test/TestDatafile.py index 9f4e9da..60acb3e 100644 --- a/test/TestDatafile.py +++ b/test/TestDatafile.py | |||
@@ -1,8 +1,8 @@ | |||
1 | import os | 1 | import os |
2 | import unittest | 2 | import unittest |
3 | 3 | ||
4 | from worlds.lingo.static_logic import HASHES | 4 | from ..static_logic import HASHES |
5 | from worlds.lingo.utils.pickle_static_data import hash_file | 5 | from ..utils.pickle_static_data import hash_file |
6 | 6 | ||
7 | 7 | ||
8 | class TestDatafile(unittest.TestCase): | 8 | class TestDatafile(unittest.TestCase): |