More mac fixes

This commit is contained in:
blitzmann
2015-11-03 22:12:35 -05:00
parent bf0b89f3b5
commit c8cfee3511

View File

@@ -10,9 +10,9 @@ from service.update import Update
from service.price import Price
from service.network import Network
from service.eveapi import EVEAPIConnection, ParseXML
from service.server import StoppableHTTPServer, AuthHandler
from service.pycrest import EVE
import wx
if not 'wxMac' in wx.PlatformInfo or ('wxMac' in wx.PlatformInfo and wx.VERSION >= (3,0)):
from service.pycrest import EVE
from service.server import StoppableHTTPServer, AuthHandler
from service.crest import Crest