Cherry pick commits from @a-tal

This commit is contained in:
Ebag333
2016-12-13 20:35:03 -08:00
parent b4dd65cf3e
commit 57f930c83e
5 changed files with 13 additions and 16 deletions

View File

@@ -72,6 +72,9 @@ from service.settings import HTMLExportSettings
from time import gmtime, strftime
import threading
import webbrowser
if 'wxMac' not in wx.PlatformInfo or ('wxMac' in wx.PlatformInfo and wx.VERSION >= (3, 0)):
from service.crest import CrestModes
from gui.crestFittings import CrestFittings, ExportToEve, CrestMgmt