ya2 · news · projects · code · about

renamed lib to ya2
[pmachines.git] / tests / test_functional.py
index b1a00bfd95804998964182913cc867b0ff9fc547..fbd89e0341bef4eebdc8a26c60480ad21492088f 100644 (file)
@@ -12,7 +12,7 @@ from os import system, remove, environ
 from os.path import exists, basename, join
 from glob import glob
 from panda3d.core import Filename
-from lib.build.build import exec_cmd, _branch, ver
+from ya2.build.build import exec_cmd, _branch, ver
 
 
 class FunctionalTests(TestCase):