temporary hack

This commit is contained in:
David Rose 2006-03-29 18:38:32 +00:00
parent 715f42bf28
commit f594fa67ad
1 changed files with 4 additions and 1 deletions

View File

@ -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 *