Move the the track_and_log code into its own module. This breaks a dependency chain between index -> common -> api -> subscribe -> common again.

This commit is contained in:
Joseph Schorr 2014-10-30 12:49:51 -04:00
parent aba48c5f42
commit 79e4864eb2
5 changed files with 52 additions and 45 deletions

View file

@ -10,7 +10,7 @@ from auth.auth_context import get_authenticated_user
from auth.permissions import ReadRepositoryPermission
from data import model
from data import database
from endpoints.common import track_and_log
from endpoints.trackhelper import track_and_log
from storage import Storage
from util.queuefile import QueueFile