update all references to instructor module

This commit is contained in:
Sanford Student
2016-10-06 10:09:07 -04:00
parent 83011e1c36
commit 54d34e834d
28 changed files with 211 additions and 176 deletions

View File

@@ -13,8 +13,8 @@ from celery.states import READY_STATES
from xmodule.modulestore.django import modulestore
from instructor_task.models import InstructorTask
from instructor_task.tasks import (
from lms.djangoapps.instructor_task.models import InstructorTask
from lms.djangoapps.instructor_task.tasks import (
rescore_problem,
reset_problem_attempts,
delete_problem_state,
@@ -35,7 +35,7 @@ from instructor_task.tasks import (
from certificates.models import CertificateGenerationHistory
from instructor_task.api_helper import (
from lms.djangoapps.instructor_task.api_helper import (
check_arguments_for_rescoring,
encode_problem_and_student_input,
encode_entrance_exam_and_student_input,