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
524813b6
Commit
524813b6
authored
Jul 07, 2014
by
Joe Blaylock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating paths to CourseKey and friends
parent
30188680
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
cms/djangoapps/contentstore/views/tests/test_captions.py
+1
-1
cms/djangoapps/contentstore/views/utilities/captions.py
+2
-2
cms/djangoapps/contentstore/views/utility.py
+1
-1
common/djangoapps/external_auth/views.py
+1
-1
No files found.
cms/djangoapps/contentstore/views/tests/test_captions.py
View file @
524813b6
...
...
@@ -18,7 +18,7 @@ from xmodule.modulestore.django import modulestore
from
xmodule.contentstore.django
import
contentstore
,
_CONTENTSTORE
from
xmodule.contentstore.content
import
StaticContent
from
xmodule.exceptions
import
NotFoundError
from
xmodule.modulestore
.keys
import
UsageKey
from
opaque_keys.edx
.keys
import
UsageKey
from
contentstore.tests.modulestore_config
import
TEST_MODULESTORE
...
...
cms/djangoapps/contentstore/views/utilities/captions.py
View file @
524813b6
...
...
@@ -17,8 +17,8 @@ from opaque_keys import InvalidKeyError
from
util.json_request
import
JsonResponse
from
xmodule.modulestore.django
import
modulestore
from
xmodule.modulestore.exceptions
import
ItemNotFoundError
,
InsufficientSpecificationError
from
xmodule.modulestore
.keys
import
CourseKey
from
xmodule.modulestore
.keys
import
UsageKey
from
opaque_keys.edx
.keys
import
CourseKey
from
opaque_keys.edx
.keys
import
UsageKey
from
xmodule.video_module.transcripts_utils
import
(
GetTranscriptsFromYouTubeException
,
TranscriptsRequestValidationException
,
...
...
cms/djangoapps/contentstore/views/utility.py
View file @
524813b6
...
...
@@ -11,7 +11,7 @@ from util.json_request import JsonResponse
from
contentstore.utils
import
reverse_course_url
from
xmodule.modulestore.django
import
modulestore
from
xmodule.modulestore
.keys
import
CourseKey
from
opaque_keys.edx
.keys
import
CourseKey
from
.access
import
has_course_access
...
...
common/djangoapps/external_auth/views.py
View file @
524813b6
...
...
@@ -48,7 +48,7 @@ import student.views
from
xmodule.modulestore.django
import
modulestore
from
xmodule.course_module
import
CourseDescriptor
from
xmodule.modulestore.exceptions
import
ItemNotFoundError
from
xmodule.modulestore
.locations
import
SlashSeparatedCourseKey
from
opaque_keys.edx
.locations
import
SlashSeparatedCourseKey
log
=
logging
.
getLogger
(
"edx.external_auth"
)
AUDIT_LOG
=
logging
.
getLogger
(
"audit"
)
...
...
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