Get ESI fitting import working completely. Use a file cache for EsiApp to prevent long startup times (possibly cache for about a week or so, and start in background if it needs to be gotten again?)

This commit is contained in:
blitzmann
2018-02-08 01:24:40 -05:00
parent e77dddc15b
commit e025bff99b
4 changed files with 26 additions and 35 deletions

View File

@@ -166,8 +166,6 @@ class MainFrame(wx.Frame):
i = wx.Icon(BitmapLoader.getBitmap("pyfa", "gui"))
self.SetIcon(i)
sCrest = Crest()
# Create the layout and windows
mainSizer = wx.BoxSizer(wx.HORIZONTAL)