refactor: xmodule/capa_module.py -> xmodule/capa_block.py

This commit is contained in:
0x29a
2022-10-26 21:01:20 +02:00
committed by Piotr Surowiec
parent 7f2e68c2fd
commit 4c005e86e8
25 changed files with 110 additions and 110 deletions

View File

@@ -14,7 +14,7 @@ from openedx.core.djangoapps.content_libraries import api as library_api
from openedx.core.djangoapps.xblock.api import load_block
from openedx.core.lib import blockstore_api
from common.djangoapps.student.auth import has_studio_write_access
from xmodule.capa_module import ProblemBlock
from xmodule.capa_block import ProblemBlock
from xmodule.library_content_module import ANY_CAPA_TYPE_VALUE
from xmodule.modulestore import ModuleStoreEnum
from xmodule.modulestore.exceptions import ItemNotFoundError