refactor: xmodule/seq_module.py -> xmodule/seq_block.py

This commit is contained in:
0x29a
2022-10-26 21:08:07 +02:00
committed by Piotr Surowiec
parent e443e253df
commit 70019bac04
20 changed files with 37 additions and 37 deletions

View File

@@ -8,7 +8,7 @@ from lxml import etree
from web_fragments.fragment import Fragment
from xblock.fields import Integer, Scope
from xmodule.mako_block import MakoTemplateBlockBase
from xmodule.seq_module import SequenceMixin
from xmodule.seq_block import SequenceMixin
from xmodule.xml_module import XmlMixin
from xmodule.x_module import (
HTMLSnippet,