fix more ImportErrors

(cherry picked from commit f6d57ced5c)

Conflicts:
    toontown/cogdominium/CogdoElevatorMovie.py
    toontown/cogdominium/CogdoFlyingGameMovies.py
    toontown/cogdominium/CogdoMazeGameMovies.py
This commit is contained in:
Open Toontown 2023-03-26 20:39:59 -04:00
parent 0f34af5b8b
commit 8c2aa8496e
3 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,5 @@
from pandac.PandaModules import NodePath, Point3, PlaneNode, TextNode
from panda3d.core import NodePath, Point3, Plane, PlaneNode, TextNode
from direct.interval.IntervalGlobal import *
from direct.showbase.ShowBase import Plane
from direct.directnotify import DirectNotifyGlobal
from direct.showbase.RandomNumGen import RandomNumGen
from direct.interval.MetaInterval import Sequence, Parallel

View File

@ -1,5 +1,4 @@
from pandac.PandaModules import Point3, PlaneNode
from direct.showbase.ShowBase import Plane
from panda3d.core import Point3, Plane, PlaneNode
from direct.showbase.RandomNumGen import RandomNumGen
from direct.interval.MetaInterval import Sequence, Parallel
from direct.interval.FunctionInterval import Func, Wait

View File

@ -1,5 +1,4 @@
from pandac.PandaModules import NodePath, Point3, PlaneNode
from direct.showbase.ShowBase import Plane
from panda3d.core import NodePath, Point3, Plane, PlaneNode
from direct.showbase.RandomNumGen import RandomNumGen
from direct.interval.MetaInterval import Sequence, Parallel
from direct.interval.FunctionInterval import Func, Wait