Implement simple skill import/export functionality, and some cleanup top pass tox

This commit is contained in:
blitzmann
2017-08-14 23:21:26 -04:00
parent fdba8d147f
commit 47cbc71e8a
9 changed files with 79 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ from service.market import Market
from service.attribute import Attribute
from gui.utils.numberFormatter import formatAmount
class ItemCompare(wx.Panel):
def __init__(self, parent, stuff, item, items, context=None):
# Start dealing with Price stuff to get that thread going