ya2 · news · projects · code · about

renamed lib to ya2
[pmachines.git] / tests / lib / engine / test_gfx.py
index 3e8173fdee06ca5e2aef97c416311896fc21a0b4..b80c75f08b832dfcfcaaa0b79a0dcbcaee60b640 100644 (file)
@@ -4,8 +4,8 @@ if '' in sys.path: sys.path.remove('')
 sys.path.append(str(Path(__file__).parent.parent.parent))
 from unittest import TestCase
 from panda3d.core import loadPrcFileData
-from lib.engine.engine import Engine
-from lib.lib.p3d.gfx import P3dNode
+from ya2.engine.engine import Engine
+from ya2.lib.p3d.gfx import P3dNode
 
 
 class EngineGfxTests(TestCase):