Migrate module state change to gui/fit command pattern

This commit is contained in:
blitzmann
2018-07-25 22:24:57 -04:00
parent 1f9024a740
commit dd6fe01df5
3 changed files with 68 additions and 15 deletions

View File

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