Finally import courseware properly everywhere to get rid of a warning

This commit is contained in:
Ned Batchelder
2019-09-05 12:30:22 -04:00
parent 83406db629
commit efba6e45e8
220 changed files with 368 additions and 354 deletions

View File

@@ -23,7 +23,7 @@ from six.moves import range
from capa.responsetypes import StudentInputError
from capa.tests.response_xml_factory import CodeResponseXMLFactory, CustomResponseXMLFactory
from courseware.model_data import StudentModule
from lms.djangoapps.courseware.model_data import StudentModule
from lms.djangoapps.grades.api import CourseGradeFactory
from lms.djangoapps.instructor_task.api import (
submit_delete_problem_state_for_all_students,