Clean up some imports, get rid of CharacterInfo window.

This commit is contained in:
blitzmann
2015-10-25 21:48:55 -04:00
parent 34f699b96a
commit b52cbef26f
3 changed files with 14 additions and 59 deletions

View File

@@ -11,3 +11,5 @@ from service.price import Price
from service.network import Network
from service.eveapi import EVEAPIConnection, ParseXML
from service.crest import Crest
from service.server import StoppableHTTPServer, AuthHandler
from service.pycrest import EVE