general: Fix more missing imports
This commit is contained in:
parent
1822d89450
commit
f467c491fd
4 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@ import sys
|
|||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.gui.DirectGui import *
|
||||
from panda3d.core import *
|
||||
from panda3d.otp import *
|
||||
from otp.otpbase import OTPLocalizer
|
||||
from direct.task import Task
|
||||
from otp.chat.ChatInputTyped import ChatInputTyped
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
from panda3d.core import *
|
||||
from panda3d.core import *
|
||||
from direct.interval.IntervalGlobal import *
|
||||
from panda3d.direct import ShowInterval, HideInterval
|
||||
from direct.distributed.ClockDelta import *
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from panda3d.core import *
|
||||
from panda3d.direct import ShowInterval, HideInterval
|
||||
from direct.interval.IntervalGlobal import *
|
||||
from toontown.toonbase.ToontownGlobals import *
|
||||
from direct.distributed import DistributedObject
|
||||
|
|
|
@ -8,6 +8,7 @@ from .ToonHead import *
|
|||
from panda3d.core import *
|
||||
from panda3d.otp import *
|
||||
from direct.interval.IntervalGlobal import *
|
||||
from panda3d.direct import ShowInterval, HideInterval
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from otp.otpbase import OTPLocalizer
|
||||
|
|
Loading…
Reference in a new issue