Fix broken tests

This commit is contained in:
Joseph Schorr 2015-07-29 14:21:29 -04:00
parent 6625add94b
commit 572d6ba53c
2 changed files with 32 additions and 29 deletions

View file

@ -6,7 +6,7 @@ import re
from flask.ext.mail import Message
from app import mail, app
from data import model
from workers.worker import JobException
from workers.queueworker import JobException
logger = logging.getLogger(__name__)