tox fixes

This commit is contained in:
blitzman
2017-02-26 00:44:37 -05:00
parent db4e5e05a4
commit 1c273210e9
7 changed files with 23 additions and 60 deletions

View File

@@ -282,7 +282,6 @@ if __name__ == "__main__":
if hasattr(sys, 'frozen') and options.debug:
pyfalog.critical("Running in frozen mode with debug turned on. Forcing all output to be written to log.")
from gui.mainFrame import MainFrame
pyfa = wx.App(False)