ya2 · news · projects · code · about

renamed lib to ya2
[pmachines.git] / tests / lib / build / test_lang.py
index 29902b259230f4ee44c75cb512c5658beece191b..9ccf7cffb1fdbd5629b30d8e5d66861900ede911 100644 (file)
@@ -6,7 +6,7 @@ from os import remove, makedirs
 from os.path import exists
 from shutil import rmtree, copy
 from unittest import TestCase
-from lib.build.lang import LanguageBuilder
+from ya2.build.lang import LanguageBuilder
 
 
 class LangTests(TestCase):