ai: server starts on python 3.x
This commit is contained in:
parent
f24d5cac59
commit
53e16992ac
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ from toontown.toonbase import ToontownGlobals, TTLocalizer
|
||||||
from toontown.coghq import MintLayout
|
from toontown.coghq import MintLayout
|
||||||
from toontown.ai import HolidayBaseAI
|
from toontown.ai import HolidayBaseAI
|
||||||
from direct.showbase import DirectObject
|
from direct.showbase import DirectObject
|
||||||
import RaceGlobals, random, os, pickle
|
from . import RaceGlobals
|
||||||
|
import os, pickle
|
||||||
|
|
||||||
class RaceManagerAI(DirectObject.DirectObject):
|
class RaceManagerAI(DirectObject.DirectObject):
|
||||||
notify = DirectNotifyGlobal.directNotify.newCategory('RaceManagerAI')
|
notify = DirectNotifyGlobal.directNotify.newCategory('RaceManagerAI')
|
||||||
|
|
Loading…
Reference in a new issue