refactor: xmodule/xml_module.py -> xmodule/xml_block.py

This commit is contained in:
0x29a
2022-10-26 21:10:10 +02:00
committed by Piotr Surowiec
parent 7fa5f3847b
commit 685f1cd679
21 changed files with 20 additions and 20 deletions

View File

@@ -18,7 +18,7 @@ from xblockutils.studio_editable import StudioEditableXBlockMixin
from openedx.core.djangoapps.discussions.models import DiscussionsConfiguration, Provider
from openedx.core.djangolib.markup import HTML, Text
from openedx.core.lib.xblock_utils import get_css_dependencies, get_js_dependencies
from xmodule.xml_module import XmlMixin
from xmodule.xml_block import XmlMixin
log = logging.getLogger(__name__)
loader = ResourceLoader(__name__) # pylint: disable=invalid-name