update all references to instructor module
This commit is contained in:
@@ -7,7 +7,7 @@ from django.http import Http404
|
||||
from django.core.management.base import BaseCommand
|
||||
|
||||
from courseware.courses import get_course_by_id
|
||||
from instructor.offline_gradecalc import offline_grade_calculation
|
||||
from lms.djangoapps.instructor.offline_gradecalc import offline_grade_calculation
|
||||
from opaque_keys import InvalidKeyError
|
||||
from opaque_keys.edx.keys import CourseKey
|
||||
from opaque_keys.edx.locations import SlashSeparatedCourseKey
|
||||
|
||||
@@ -7,7 +7,7 @@ from unittest import TestCase
|
||||
from django.core.management import call_command
|
||||
from mock import Mock
|
||||
|
||||
from instructor.offline_gradecalc import offline_grade_calculation # pylint: disable=unused-import
|
||||
from lms.djangoapps.instructor.offline_gradecalc import offline_grade_calculation # pylint: disable=unused-import
|
||||
from opaque_keys.edx.keys import CourseKey
|
||||
from opaque_keys.edx.locator import CourseLocator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user