Fix an issue which caused pyfa to crash (turns out instantiating the commands in the init was not a good idea)

This commit is contained in:
blitzmann
2018-08-16 00:24:31 -04:00
parent 3d4b41d135
commit bcbed3df39
19 changed files with 60 additions and 52 deletions

View File

@@ -3,7 +3,6 @@ from service.fit import Fit
import gui.mainFrame
from gui import globalEvents as GE
from .helpers import ModuleInfoCache
from .calc.fitRemoveModule import FitRemoveModuleCommand