Move some view handling stuff around and do initial work on the

fleetBrowser
This commit is contained in:
cncfanatics
2010-11-20 20:32:47 +01:00
parent c730e59840
commit 6e1b789fb2
27 changed files with 117 additions and 69 deletions

View File

@@ -25,7 +25,7 @@ from gui import pygauge as PG
from util import formatAmount
import service
import gui.mainFrame
import gui.fittingView as fv
import gui.builtinViews.fittingView as fv
EffictiveHpToggled, EFFECTIVE_HP_TOGGLED = wx.lib.newevent.NewEvent()