fixed crash on spec save

This commit is contained in:
Darren Ranalli 2004-10-20 03:24:23 +00:00
parent 3175e6c04d
commit 1328a4d9ba

View File

@ -250,7 +250,8 @@ class LevelSpec:
def getSpecImportsModuleName(self): def getSpecImportsModuleName(self):
# name of module that should be imported by spec py file # name of module that should be imported by spec py file
return 'SpecImports' # TODO: make this generic
return 'toontown.coghq.SpecImports'
def getFilename(self): def getFilename(self):
return self.filename return self.filename