don't import PandaModules here

This commit is contained in:
David Rose 2004-08-05 03:32:38 +00:00
parent 1074bb00cc
commit 3413263516

View File

@ -1,6 +1,12 @@
from pandac.PandaModules import *
# This module may not import pandac.PandaModules, since it is imported
# by the Toontown Launcher before the complete PandaModules have been
# downloaded. Instead, it imports only libpandaexpressModules, the
# 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 direct.directnotify.DirectNotifyGlobal import *
from direct.showbase.PythonUtil import *
from direct.showbase.MessengerGlobal import *