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

@@ -16,8 +16,8 @@ from eos.effectHandlerHelpers import HandledList
from eos.db import gamedata_session, getCategory, getAttributeInfo, getGroup
from eos.gamedata import Attribute, Effect, Group, Item, ItemEffect
from eos.utils.spoolSupport import SpoolType, SpoolOptions
from gui.fitCommands.calc.module.localAdd import CalcAddLocalModuleCommand
from gui.fitCommands.calc.module.localRemove import CalcRemoveLocalModuleCommand
from gui.fitCommands.calcCommands.module.localAdd import CalcAddLocalModuleCommand
from gui.fitCommands.calcCommands.module.localRemove import CalcRemoveLocalModuleCommand
from gui.fitCommands.helpers import ModuleInfo