mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
removed ToontownGlobals import
This commit is contained in:
parent
d98e79f644
commit
7b19c4b1f6
@ -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:
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user