diff --git a/direct/src/distributed/ClockDelta.py b/direct/src/distributed/ClockDelta.py index 20f3274003..21c282cb85 100644 --- a/direct/src/distributed/ClockDelta.py +++ b/direct/src/distributed/ClockDelta.py @@ -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 diff --git a/direct/src/p3d/panda3d.pdef b/direct/src/p3d/panda3d.pdef index beac7049b5..6527c87eb2 100644 --- a/direct/src/p3d/panda3d.pdef +++ b/direct/src/p3d/panda3d.pdef @@ -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,