Export dialog completed. Now it randomly overwrites boot.ini

This commit is contained in:
HomeWorld
2010-10-13 22:27:27 +03:00
parent 01818ec434
commit e4338ee93a
2 changed files with 35 additions and 9 deletions

View File

@@ -271,7 +271,7 @@ class Fit(object):
def exportXml(self, *fitIDs):
fits = map(lambda id: eos.db.getFit(id), fitIDs)
return Fit.exportXml(*fits)
return eos.types.Fit.exportXml(*fits)
def importFit(self, path):
f = file(path)