Browse Source

removed ToontownGlobals import

Joe Shochet 22 years ago
parent
commit
7b19c4b1f6

+ 0 - 1
direct/src/distributed/ParentMgr.py

@@ -1,7 +1,6 @@
 """ParentMgr module: contains the ParentMgr class"""
 """ParentMgr module: contains the ParentMgr class"""
 
 
 from ShowBaseGlobal import *
 from ShowBaseGlobal import *
-from ToontownGlobals import *
 import DirectNotifyGlobal
 import DirectNotifyGlobal
 
 
 class ParentMgr:
 class ParentMgr:

+ 0 - 1
direct/src/distributed/RelatedObjectMgr.py

@@ -1,7 +1,6 @@
 """RelatedObjectMgr module: contains the RelatedObjectMgr class"""
 """RelatedObjectMgr module: contains the RelatedObjectMgr class"""
 
 
 from ShowBaseGlobal import *
 from ShowBaseGlobal import *
-from ToontownGlobals import *
 import DirectObject
 import DirectObject
 import DirectNotifyGlobal
 import DirectNotifyGlobal