ai: server starts on python 3.x

This commit is contained in:
John Cote 2019-12-30 15:41:02 -05:00
parent f24d5cac59
commit 53e16992ac

View file

@ -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')