From 7b19c4b1f6eadcef287ae4c995be70caa8933352 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Mon, 5 Apr 2004 18:21:19 +0000 Subject: [PATCH] removed ToontownGlobals import --- direct/src/distributed/ParentMgr.py | 1 - direct/src/distributed/RelatedObjectMgr.py | 1 - 2 files changed, 2 deletions(-) diff --git a/direct/src/distributed/ParentMgr.py b/direct/src/distributed/ParentMgr.py index ffaf9ca984..9833f3a254 100644 --- a/direct/src/distributed/ParentMgr.py +++ b/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: diff --git a/direct/src/distributed/RelatedObjectMgr.py b/direct/src/distributed/RelatedObjectMgr.py index 2bdeb8c04e..6c5d500f4b 100644 --- a/direct/src/distributed/RelatedObjectMgr.py +++ b/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