Categorize other calc commands

This commit is contained in:
DarkPhoenix
2019-04-14 12:37:24 +03:00
parent 700e249bf3
commit 5ac9604fab
84 changed files with 95 additions and 97 deletions

View File

@@ -3,7 +3,7 @@ from service.fit import Fit
import gui.mainFrame
from gui import globalEvents as GE
from .calc.fitChangeModuleStates import FitChangeModuleStatesCommand
from .calc.module.localChangeStates import FitChangeModuleStatesCommand
class GuiModuleStateChangeCommand(wx.Command):