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

@ -17,7 +17,7 @@ from auth.permissions import (ModifyRepositoryPermission, UserAdminPermission,
ReadRepositoryPermission, CreateRepositoryPermission)
from util.http import abort
from endpoints.common import track_and_log
from endpoints.trackhelper import track_and_log
from endpoints.notificationhelper import spawn_notification
import features