refactor: rename module -> block within xmodule
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user