diff --git a/service/__init__.py b/service/__init__.py index db0ca3478..e7e0286d4 100644 --- a/service/__init__.py +++ b/service/__init__.py @@ -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