mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-30 16:27:54 +00:00
Forgot a import.
This commit is contained in:
parent
4a12f647ee
commit
4ac30dbe52
2 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,8 @@ from toontown.building import KartShopBuildingAI
|
|||
from toontown.building import PetshopBuildingAI
|
||||
from toontown.hood import ZoneUtil
|
||||
|
||||
from pymongo.errors import AutoReconnect
|
||||
|
||||
|
||||
class DistributedBuildingMgrAI:
|
||||
notify = directNotify.newCategory('DistributedBuildingMgrAI')
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
from otp.ai.MagicWordGlobal import *
|
||||
from toontown.toonbase import TTLocalizer
|
||||
import RaceGlobals, operator, time
|
||||
from pymongo.errors import AutoReconnect
|
||||
|
||||
class LeaderboardMgrAI:
|
||||
|
||||
|
|
Loading…
Reference in a new issue