fix ImportError on newer panda3d

(cherry picked from commit 3b98453725)

Conflicts:
    toontown/cogdominium/CogdoExecutiveSuiteMovies.py
This commit is contained in:
Open Toontown 2023-03-26 20:27:23 -04:00
parent d01b39ea87
commit 0f34af5b8b
1 changed files with 1 additions and 2 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