refactor: xmodule/xml_module.py -> xmodule/xml_block.py
This commit is contained in:
@@ -14,7 +14,7 @@ from xmodule.contentstore.content import StaticContent
|
||||
from xmodule.exceptions import NotFoundError
|
||||
from xmodule.modulestore.django import modulestore as store
|
||||
from xmodule.modulestore.exceptions import ItemNotFoundError
|
||||
from xmodule.xml_module import XmlMixin
|
||||
from xmodule.xml_block import XmlMixin
|
||||
|
||||
from common.djangoapps.static_replace import replace_static_urls
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ from fs.wrapfs import WrapFS
|
||||
from lxml.etree import Element
|
||||
from lxml.etree import tostring as etree_tostring
|
||||
|
||||
from xmodule.xml_module import XmlMixin
|
||||
from xmodule.xml_block import XmlMixin
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user