diff --git a/toontown/racing/RaceManagerAI.py b/toontown/racing/RaceManagerAI.py index ceacceb..3c587a5 100644 --- a/toontown/racing/RaceManagerAI.py +++ b/toontown/racing/RaceManagerAI.py @@ -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')