Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
cdca3fcb
Commit
cdca3fcb
authored
Dec 09, 2014
by
Ben Patterson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6208 from edx/clintonb/release-fix
Corrected Import Statement
parents
c6f991fc
6e1471ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common/djangoapps/third_party_auth/pipeline.py
+1
-1
common/djangoapps/third_party_auth/tests/test_change_enrollment.py
+1
-1
No files found.
common/djangoapps/third_party_auth/pipeline.py
View file @
cdca3fcb
...
...
@@ -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'
...
...
common/djangoapps/third_party_auth/tests/test_change_enrollment.py
View file @
cdca3fcb
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment