This commit is contained in:
blitzmann
2016-05-15 12:38:15 -04:00
parent d061a13b58
commit d71b05095d
2 changed files with 24 additions and 19 deletions

View File

@@ -6,12 +6,8 @@ import wx
class ItemStats(ContextMenu):
def __init__(self):
print 'init'
self.mainFrame = gui.mainFrame.MainFrame.getInstance()
def __del__(self):
print 'delete item stats'
def display(self, srcContext, selection):
return srcContext in ("marketItemGroup", "marketItemMisc",