mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
don't import PandaModules here
This commit is contained in:
parent
1074bb00cc
commit
3413263516
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user