Merge pull request #30403 from openedx/iamsobanjaved/BOM-2582-move-common-lib-capa

refactor: move common/lib/capa/capa to xmodule/capa
This commit is contained in:
Muhammad Soban Javed
2022-07-21 16:27:47 +05:00
committed by GitHub
121 changed files with 144 additions and 182 deletions

View File

@@ -12,7 +12,7 @@ from edxval.api import ValInternalError
from lxml.etree import XMLSyntaxError
from opaque_keys.edx.keys import CourseKey
from capa.responsetypes import LoncapaProblemError
from xmodule.capa.responsetypes import LoncapaProblemError
from openedx.core.djangoapps.content.block_structure import api
from openedx.core.djangoapps.content.block_structure.config import enable_storage_backing_for_cache_in_request
from xmodule.modulestore.exceptions import ItemNotFoundError # lint-amnesty, pylint: disable=wrong-import-order