Fix issues with the perf updated code

This commit is contained in:
Joseph Schorr 2014-11-07 14:36:32 -05:00
parent d5bbb57481
commit 691be49817
2 changed files with 5 additions and 1 deletions

View file

@ -7,7 +7,7 @@ from functools import wraps
from datetime import datetime
from time import time
from app import storage as store, image_diff_queue
from app import storage as store, image_diff_queue, app
from auth.auth import process_auth, extract_namespace_repo_from_session
from util import checksums, changes
from util.http import abort, exact_abort