Fix import statement.

This commit is contained in:
Ben Patterson
2014-12-09 21:19:55 -05:00
parent 947064f6ab
commit 6e1471edc4

View File

@@ -19,7 +19,7 @@ from student.models import CourseEnrollment
from xmodule.modulestore.tests.django_utils import (
ModuleStoreTestCase, mixed_store_config
)
from user_api.models import UserOrgTag
from openedx.core.djangoapps.user_api.models import UserOrgTag
MODULESTORE_CONFIG = mixed_store_config(settings.COMMON_TEST_DATA_ROOT, {}, include_xml=False)