Rename calc command package, as we're going to put gui commands into packages too

This commit is contained in:
DarkPhoenix
2019-04-14 14:21:43 +03:00
parent f80244d560
commit c4c68a4e93
102 changed files with 77 additions and 77 deletions

View File

@@ -3,8 +3,8 @@ from service.fit import Fit
import gui.mainFrame
from gui import globalEvents as GE
from gui.fitCommands.calc.module.localSwap import CalcSwapLocalModuleCommand
from .calc.module.localClone import CalcCloneLocalModuleCommand
from gui.fitCommands.calcCommands.module.localSwap import CalcSwapLocalModuleCommand
from .calcCommands.module.localClone import CalcCloneLocalModuleCommand
from logbook import Logger
pyfalog = Logger(__name__)