move some files around and create a context manager for fit recalclation

This commit is contained in:
blitzmann
2018-07-28 00:06:44 -04:00
parent dd430bc9bb
commit 984978a80d
25 changed files with 143 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ from service.fit import Fit
import gui.mainFrame
from gui import globalEvents as GE
from .fitAddCargo import FitAddCargoCommand
from .calc.fitAddCargo import FitAddCargoCommand
class GuiAddCargoCommand(wx.Command):
def __init__(self, fitID, itemID, amount=1, replace=False):