File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11# ClockDelta provides the ability to use clock synchronization for
22# distributed objects
33
4- from pandac . PandaModules import *
4+ from panda3d . core import ClockObject
55from direct .directnotify import DirectNotifyGlobal
66from direct .showbase import DirectObject
77import math
Original file line number Diff line number Diff line change @@ -103,8 +103,6 @@ class panda3d(package):
103103
104104 excludeModule('MySQLdb', '_mysql')
105105
106- excludeModule('xml', 'xml.parsers.expat', 'xml.sax')
107-
108106 # Most of the core Panda3D DLL's will be included implicitly due to
109107 # being referenced by the above Python code. Here we name a few more
110108 # that are also needed, but aren't referenced by any code. Again,
You can’t perform that action at this time.
0 commit comments