Add a ton of default values

This commit is contained in:
Ebag333
2017-02-09 00:56:33 -08:00
parent f2c84692a9
commit 7865219164
27 changed files with 104 additions and 7 deletions

View File

@@ -30,6 +30,9 @@ class PriceViewFull(StatsView):
def __init__(self, parent):
StatsView.__init__(self)
self.labelPriceTotal = None
self.labelPriceFittings = None
self.labelPriceShip = None
self.parent = parent
self._cachedShip = 0
self._cachedFittings = 0