Remove .zip check for img files (no longer part of build, wondering if this is causing slow start up times)

This commit is contained in:
blitzmann
2018-05-22 00:06:06 -04:00
parent eaae51f8d8
commit c4177f8911
2 changed files with 11 additions and 6 deletions

View File

@@ -98,6 +98,8 @@ except ImportError as e:
pyfalog = Logger(__name__)
pyfalog.debug("Done loading mainframe imports")
# dummy panel(no paint no erasebk)
class PFPanel(wx.Panel):