Prevent packp3d from including xml and panda3d modules in every .p3d
This commit is contained in:
parent
2745f11b65
commit
9348cf6b29
|
|
@ -1,7 +1,7 @@
|
|||
# ClockDelta provides the ability to use clock synchronization for
|
||||
# distributed objects
|
||||
|
||||
from pandac.PandaModules import *
|
||||
from panda3d.core import ClockObject
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.showbase import DirectObject
|
||||
import math
|
||||
|
|
|
|||
|
|
@ -103,8 +103,6 @@ class panda3d(package):
|
|||
|
||||
excludeModule('MySQLdb', '_mysql')
|
||||
|
||||
excludeModule('xml', 'xml.parsers.expat', 'xml.sax')
|
||||
|
||||
# Most of the core Panda3D DLL's will be included implicitly due to
|
||||
# being referenced by the above Python code. Here we name a few more
|
||||
# that are also needed, but aren't referenced by any code. Again,
|
||||
|
|
|
|||
Loading…
Reference in New Issue