refactor: rename module -> block within xmodule

This commit is contained in:
0x29a
2022-12-28 17:05:49 +01:00
committed by Agrendalath
parent e348a8118d
commit a027f36724
73 changed files with 1141 additions and 1143 deletions

View File

@@ -1,5 +1,5 @@
"""
xModule implementation of a learning sequence
XBlock implementation of a learning sequence
"""
# pylint: disable=abstract-method
@@ -39,7 +39,7 @@ from .exceptions import NotFoundError
from .fields import Date
from .mako_block import MakoTemplateBlockBase
from .progress import Progress
from .x_module import AUTHOR_VIEW, PUBLIC_VIEW, STUDENT_VIEW
from .x_module import AUTHOR_VIEW, PUBLIC_VIEW
from .xml_block import XmlMixin