Browse Source

temporary hack

David Rose 20 years ago
parent
commit
f594fa67ad
1 changed files with 4 additions and 1 deletions
  1. 4 1
      direct/src/task/Task.py

+ 4 - 1
direct/src/task/Task.py

@@ -5,7 +5,10 @@
 # subset of PandaModules that we know is available immediately.
 # Methods that require more advanced C++ methods may import the
 # appropriate files within their own scope.
-from pandac.libpandaexpressModules import *
+#from pandac.libpandaexpressModules import *
+
+# Temporary hack to get developers working again.  This can't remain.
+from pandac.PandaModules import *
 
 from direct.directnotify.DirectNotifyGlobal import *
 from direct.showbase.PythonUtil import *