general: fix remaining warnings
This commit is contained in:
parent
945aec0187
commit
f2740bab51
9 changed files with 19 additions and 19 deletions
|
@ -1,9 +1,9 @@
|
|||
from otp.ai.AIBase import *
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from direct.distributed.ClockDelta import *
|
||||
from .ElevatorConstants import *
|
||||
from toontown.building.ElevatorConstants import *
|
||||
import copy
|
||||
from . import DistributedElevatorAI
|
||||
from toontown.building import DistributedElevatorAI
|
||||
from direct.fsm import ClassicFSM
|
||||
from direct.fsm import State
|
||||
from direct.task import Task
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from toontown.toonbase.ToontownBattleGlobals import *
|
||||
from otp.ai.AIBaseGlobal import *
|
||||
from direct.distributed.ClockDelta import *
|
||||
from .ElevatorConstants import *
|
||||
from toontown.building.ElevatorConstants import *
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.fsm import ClassicFSM, State
|
||||
from direct.distributed import DistributedObjectAI
|
||||
|
@ -9,7 +9,7 @@ from direct.fsm import State
|
|||
from toontown.battle import DistributedBattleBldgAI
|
||||
from toontown.battle import BattleBase
|
||||
from direct.task import Timer
|
||||
from . import DistributedElevatorIntAI
|
||||
from toontown.building import DistributedElevatorIntAI
|
||||
import copy
|
||||
|
||||
class DistributedSuitInteriorAI(DistributedObjectAI.DistributedObjectAI):
|
||||
|
|
|
@ -3,7 +3,7 @@ import random, functools
|
|||
from toontown.suit import SuitDNA
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from toontown.suit import DistributedSuitAI
|
||||
from . import SuitBuildingGlobals
|
||||
from toontown.building import SuitBuildingGlobals
|
||||
|
||||
class SuitPlannerInteriorAI:
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory('SuitPlannerInteriorAI')
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
from otp.ai.AIBaseGlobal import *
|
||||
from . import DistributedCCharBaseAI
|
||||
from toontown.classicchars import DistributedCCharBaseAI
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.fsm import ClassicFSM, State
|
||||
from direct.fsm import State
|
||||
from direct.task import Task
|
||||
from . import CharStateDatasAI
|
||||
from toontown.classicchars import CharStateDatasAI
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from toontown.toonbase import TTLocalizer
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
from otp.ai.AIBaseGlobal import *
|
||||
from . import DistributedCCharBaseAI
|
||||
from toontown.classicchars import DistributedCCharBaseAI
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from direct.fsm import ClassicFSM, State
|
||||
from direct.fsm import State
|
||||
from direct.task import Task
|
||||
from . import CharStateDatasAI, CCharChatter
|
||||
from toontown.classicchars import CharStateDatasAI, CCharChatter
|
||||
from toontown.toonbase import ToontownGlobals
|
||||
from toontown.toonbase import TTLocalizer
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
from otp.level import DistributedLevelAI
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from . import LevelSuitPlannerAI, FactoryBase
|
||||
from toontown.coghq import LevelSuitPlannerAI, FactoryBase
|
||||
from direct.task import Task
|
||||
from . import FactoryEntityCreatorAI, FactorySpecs
|
||||
from toontown.coghq import FactoryEntityCreatorAI, FactorySpecs
|
||||
from otp.level import LevelSpec
|
||||
from . import CogDisguiseGlobals
|
||||
from toontown.coghq import CogDisguiseGlobals
|
||||
from toontown.suit import DistributedFactorySuitAI
|
||||
from toontown.toonbase import ToontownGlobals, ToontownBattleGlobals
|
||||
from toontown.coghq import DistributedBattleFactoryAI
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
from otp.level import DistributedLevelAI
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from . import LevelSuitPlannerAI, LawOfficeBase
|
||||
from toontown.coghq import LevelSuitPlannerAI, LawOfficeBase
|
||||
from direct.task import Task
|
||||
from . import FactoryEntityCreatorAI, FactorySpecs
|
||||
from toontown.coghq import FactoryEntityCreatorAI, FactorySpecs
|
||||
from otp.level import LevelSpec
|
||||
from . import CogDisguiseGlobals
|
||||
from toontown.coghq import CogDisguiseGlobals
|
||||
from toontown.suit import DistributedFactorySuitAI
|
||||
from toontown.toonbase import ToontownGlobals, ToontownBattleGlobals
|
||||
from toontown.coghq import DistributedBattleFactoryAI
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
from otp.level import DistributedLevelAI
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from . import LevelSuitPlannerAI, LawOfficeBase
|
||||
from toontown.coghq import LevelSuitPlannerAI, LawOfficeBase
|
||||
from direct.task import Task
|
||||
from . import FactoryEntityCreatorAI, FactorySpecs
|
||||
from toontown.coghq import FactoryEntityCreatorAI, FactorySpecs
|
||||
from otp.level import LevelSpec
|
||||
from . import CogDisguiseGlobals
|
||||
from toontown.coghq import CogDisguiseGlobals
|
||||
from toontown.suit import DistributedFactorySuitAI
|
||||
from toontown.toonbase import ToontownGlobals, ToontownBattleGlobals
|
||||
from toontown.coghq import DistributedBattleFactoryAI
|
||||
|
|
|
@ -2,7 +2,7 @@ from pandac.PandaModules import *
|
|||
from direct.showbase import DirectObject
|
||||
from toontown.suit import SuitDNA
|
||||
from direct.directnotify import DirectNotifyGlobal
|
||||
from . import LevelBattleManagerAI
|
||||
from toontown.coghq import LevelBattleManagerAI
|
||||
import random
|
||||
|
||||
class LevelSuitPlannerAI(DirectObject.DirectObject):
|
||||
|
|
Loading…
Reference in a new issue