Fix commit message. LOTS of fixes for flake8.

This commit is contained in:
Ebag333
2017-02-08 14:22:56 -08:00
parent e18deb5eeb
commit e5fb90f017
18 changed files with 68 additions and 38 deletions

View File

@@ -71,9 +71,6 @@ from service.port import Port
from service.settings import HTMLExportSettings
from time import gmtime, strftime
import logging
logger = logging.getLogger(__name__)
import threading
import webbrowser
@@ -91,7 +88,7 @@ if 'wxMac' not in wx.PlatformInfo or ('wxMac' in wx.PlatformInfo and wx.VERSION
print("Error loading Attribute Editor: %s.\nAccess to Attribute Editor is disabled." % e.message)
disableOverrideEditor = True
logger = logging.getLogger("pyfa.gui.mainFrame")
logger = logging.getLogger(__name__)
# dummy panel(no paint no erasebk)