ya2 · news · projects · code · about

renamed lib to ya2
[pmachines.git] / game / items / item.py
index fabd391d1bef5ca639b08ab95f089d67b561c88e..9eb5afb8ee809e1bc02addd76bb5b7adb0f4c44f 100644 (file)
@@ -2,7 +2,7 @@ from panda3d.core import CullFaceAttrib, Point3, NodePath, Point2, Texture, \
     Plane, Vec3, BitMask32
 from panda3d.bullet import BulletBoxShape, BulletRigidBodyNode, BulletGhostNode
 from direct.gui.OnscreenText import OnscreenText
-from lib.lib.p3d.gfx import P3dGfxMgr, set_srgb
+from ya2.lib.p3d.gfx import P3dGfxMgr, set_srgb
 
 
 class Command: