ya2 · news · projects · code · about

renamed lib to ya2
[pmachines.git] / tests / lib / test_dictfile.py
index 7afa359a4d1d2ed80725af3f8d0af72e0b5a7c01..a96006cc99d8f3231a59bcc5f9e5c6d086f75327 100644 (file)
@@ -5,7 +5,7 @@ sys.path.append(str(Path(__file__).parent.parent.parent))
 from os import remove
 from os.path import exists
 from unittest import TestCase
-from lib.dictfile import DctFile
+from ya2.dictfile import DctFile
 
 
 class DictFileTests(TestCase):