update all references to instructor module

This commit is contained in:
Sanford Student
2016-10-06 10:09:07 -04:00
parent 3f7503336e
commit 79eaa4e2e9
27 changed files with 151 additions and 146 deletions

View File

@@ -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

View File

@@ -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