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
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ from toontown.toonbase import ToontownGlobals, TTLocalizer
from toontown.coghq import MintLayout
from toontown.ai import HolidayBaseAI
from direct.showbase import DirectObject
import RaceGlobals, random, os, pickle
from . import RaceGlobals
import os, pickle
class RaceManagerAI(DirectObject.DirectObject):
notify = DirectNotifyGlobal.directNotify.newCategory('RaceManagerAI')