Manualy apply weeknie's import auto-open patch

This commit is contained in:
cncfanatics
2010-10-23 18:56:00 +02:00
parent c35977e407
commit 79a11c6503
2 changed files with 15 additions and 4 deletions

View File

@@ -332,8 +332,12 @@ class Fit(object):
return fits
def saveImportedFits(self, fits):
IDs = []
for fit in fits:
eos.db.save(fit)
IDs.append(fit.ID)
return IDs
def toggleModulesState(self, fitID, base, modules, click):
proposedState = self.__getProposedState(base, click)