Revert "Revert "refactor: move xmodule folder to root""

This commit is contained in:
Muhammad Umar Khan
2022-06-20 18:20:06 +05:00
committed by GitHub
parent 46d848be41
commit a389a9ff10
487 changed files with 216 additions and 339 deletions

17
xmodule/wrapper_module.py Normal file
View File

@@ -0,0 +1,17 @@
# lint-amnesty, pylint: disable=missing-module-docstring
# Same as vertical,
# But w/o css delimiters between children
from xmodule.vertical_block import VerticalBlock
# HACK: This shouldn't be hard-coded to two types
# OBSOLETE: This obsoletes 'type'
class_priority = ['video', 'problem']
class WrapperBlock(VerticalBlock):
'''
Layout block for laying out sub-blocks vertically *w/o* css delimiters.
'''
pass # lint-amnesty, pylint: disable=unnecessary-pass