Browse Source

removed ToontownGlobals import

Joe Shochet 22 years ago
parent
commit
7b19c4b1f6
2 changed files with 0 additions and 2 deletions
  1. 0 1
      direct/src/distributed/ParentMgr.py
  2. 0 1
      direct/src/distributed/RelatedObjectMgr.py

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

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

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

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