Commit 524813b6 by Joe Blaylock

Updating paths to CourseKey and friends

parent 30188680
...@@ -18,7 +18,7 @@ from xmodule.modulestore.django import modulestore ...@@ -18,7 +18,7 @@ from xmodule.modulestore.django import modulestore
from xmodule.contentstore.django import contentstore, _CONTENTSTORE from xmodule.contentstore.django import contentstore, _CONTENTSTORE
from xmodule.contentstore.content import StaticContent from xmodule.contentstore.content import StaticContent
from xmodule.exceptions import NotFoundError 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 from contentstore.tests.modulestore_config import TEST_MODULESTORE
......
...@@ -17,8 +17,8 @@ from opaque_keys import InvalidKeyError ...@@ -17,8 +17,8 @@ from opaque_keys import InvalidKeyError
from util.json_request import JsonResponse from util.json_request import JsonResponse
from xmodule.modulestore.django import modulestore from xmodule.modulestore.django import modulestore
from xmodule.modulestore.exceptions import ItemNotFoundError, InsufficientSpecificationError from xmodule.modulestore.exceptions import ItemNotFoundError, InsufficientSpecificationError
from xmodule.modulestore.keys import CourseKey from opaque_keys.edx.keys import CourseKey
from xmodule.modulestore.keys import UsageKey from opaque_keys.edx.keys import UsageKey
from xmodule.video_module.transcripts_utils import ( from xmodule.video_module.transcripts_utils import (
GetTranscriptsFromYouTubeException, GetTranscriptsFromYouTubeException,
TranscriptsRequestValidationException, TranscriptsRequestValidationException,
......
...@@ -11,7 +11,7 @@ from util.json_request import JsonResponse ...@@ -11,7 +11,7 @@ from util.json_request import JsonResponse
from contentstore.utils import reverse_course_url from contentstore.utils import reverse_course_url
from xmodule.modulestore.django import modulestore 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 from .access import has_course_access
......
...@@ -48,7 +48,7 @@ import student.views ...@@ -48,7 +48,7 @@ import student.views
from xmodule.modulestore.django import modulestore from xmodule.modulestore.django import modulestore
from xmodule.course_module import CourseDescriptor from xmodule.course_module import CourseDescriptor
from xmodule.modulestore.exceptions import ItemNotFoundError 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") log = logging.getLogger("edx.external_auth")
AUDIT_LOG = logging.getLogger("audit") AUDIT_LOG = logging.getLogger("audit")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment