Moves price fetching to new service as well as removes old and defunct c0rporation price source (along with much of the price fetching logic used to support multiple sources)

This commit is contained in:
blitzmann
2014-08-17 21:47:07 -04:00
parent 0686b602c6
commit 0881abae7b
5 changed files with 126 additions and 320 deletions

View File

@@ -6,5 +6,6 @@ from service.damagePattern import DamagePattern
from service.settings import SettingsProvider
from service.fleet import Fleet
from service.update import Update
from service.price import Price
from service.network import Network
from service.eveapi import EVEAPIConnection, ParseXML