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

@@ -4,7 +4,7 @@ from service.fit import Fit
import gui.mainFrame
from gui import globalEvents as GE
from .helpers import ModuleInfo
from .calc.fitRemoveModule import FitRemoveModuleCommand
from .calc.module.localRemove import FitRemoveModuleCommand
class GuiModuleRemoveCommand(wx.Command):