Corrected Import Statement

This commit is contained in:
Clinton Blackburn
2014-12-09 20:19:00 -05:00
parent fc242ea23e
commit 947064f6ab

View File

@@ -101,7 +101,7 @@ from . import provider
# `AUTH_ENROLL_COURSE_ID_KEY` provides the course ID that a student
# is trying to enroll in, used to generate analytics events
# and auto-enroll students.
from user_api.api import profile
from openedx.core.djangoapps.user_api.api import profile
AUTH_ENTRY_KEY = 'auth_entry'
AUTH_REDIRECT_KEY = 'next'