import EveManager

closes #550
This commit is contained in:
Adarnof 2016-10-17 09:08:43 -04:00 committed by GitHub
parent 1b4f5e4e88
commit d6a522300a

View File

@ -24,6 +24,7 @@ from authentication.states import MEMBER_STATE, BLUE_STATE
from notifications import notify
from celery.task import periodic_task
from celery.task.schedules import crontab
from eveonline.managers import EveManager
logger = logging.getLogger(__name__)