Move over ESI functionality to be completely separate from esipy

This commit is contained in:
blitzmann
2018-05-12 00:46:26 -04:00
parent 4d666907c9
commit 0365f71c00
5 changed files with 156 additions and 319 deletions

View File

@@ -16,8 +16,7 @@ import gui.globalEvents as GE
from logbook import Logger
import calendar
from service.esi import Esi
from esipy.exceptions import APIException
from service.esi import Esi, APIException
from service.port import ESIExportException
pyfalog = Logger(__name__)