Fixed unit test error caused by extra definition of ActivityStream model. Rearranged imports of signal handlers.

This commit is contained in:
Chris Church
2013-11-18 22:54:39 -05:00
parent 3377927c00
commit b8edfab481
6 changed files with 11 additions and 29 deletions

View File

@@ -2,7 +2,7 @@ from django.conf import settings
from django.contrib.auth.models import User
from django.db.models.signals import pre_save, post_save
from django.utils.functional import curry
from awx.main.models.activity_stream import ActivityStream
from awx.main.models import ActivityStream
import json
import uuid
import urllib2