removed ToontownGlobals import

This commit is contained in:
Joe Shochet 2004-04-05 18:21:19 +00:00
parent d98e79f644
commit 7b19c4b1f6
2 changed files with 0 additions and 2 deletions

View File

@ -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:

View File

@ -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