summary refs log tree commit diff stats
path: root/test/TestDatafile.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/TestDatafile.py')
-rw-r--r--test/TestDatafile.py4
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 @@
1import os 1import os
2import unittest 2import unittest
3 3
4from worlds.lingo.static_logic import HASHES 4from ..static_logic import HASHES
5from worlds.lingo.utils.pickle_static_data import hash_file 5from ..utils.pickle_static_data import hash_file
6 6
7 7
8class TestDatafile(unittest.TestCase): 8class TestDatafile(unittest.TestCase):