golf: Address missing imports
This commit is contained in:
parent
c50df48a06
commit
a72808ddd9
4 changed files with 6 additions and 2 deletions
|
@ -2,6 +2,7 @@ from direct.distributed import DistributedObjectAI
|
|||
from direct.directnotify import DirectNotifyGlobal
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from panda3d.core import *
|
||||
from panda3d.ode import OdeTriMeshData, OdeTriMeshGeom, OdeBody, OdeRayGeom
|
||||
from . import DistributedPhysicsWorldAI
|
||||
from direct.fsm.FSM import FSM
|
||||
from toontown.ai.ToonBarrier import *
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
from panda3d.core import *
|
||||
from toontown.toonbase.ToonBaseGlobal import *
|
||||
from direct.gui.DirectGui import *
|
||||
from toontown.toonbase import TTLocalizer, ToontownGlobals
|
||||
from direct.interval.IntervalGlobal import *
|
||||
from direct.task import Task
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
from panda3d.core import *
|
||||
from toontown.toonbase.ToonBaseGlobal import *
|
||||
from toontown.toonbase import TTLocalizer, ToontownGlobals
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.gui.DirectGui import *
|
||||
from direct.interval.IntervalGlobal import *
|
||||
from direct.task import Task
|
||||
from math import *
|
||||
|
|
|
@ -2,6 +2,7 @@ from direct.distributed import DistributedObject
|
|||
from direct.directnotify import DirectNotifyGlobal
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from panda3d.core import *
|
||||
from panda3d.ode import OdeWorld, OdeSimpleSpace, OdeJointGroup, OdePlaneGeom, OdeBody, OdeMass, OdeSphereGeom, OdeBoxGeom, OdeSliderJoint, OdeTriMeshData, OdeTriMeshGeom, OdeHingeJoint
|
||||
from math import *
|
||||
import math
|
||||
from direct.fsm.FSM import FSM
|
||||
|
|
Loading…
Reference in a new issue