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

@@ -5,7 +5,7 @@ import gui.mainFrame
from gui import globalEvents as GE
from gui.fitCommands.helpers import ModuleInfo
from service.fit import Fit
from .calc.fitAddModule import FitAddModuleCommand
from .calc.module.localAdd import FitAddModuleCommand
pyfalog = Logger(__name__)