refactor: xmodule/hidden_module.py -> xmodule/hidden_block.py

This commit is contained in:
0x29a
2022-10-26 21:04:19 +02:00
committed by Piotr Surowiec
parent cf47f6385f
commit 4d8618517f
21 changed files with 36 additions and 36 deletions

View File

@@ -48,7 +48,7 @@ DB = 'test_mongo_%s' % uuid4().hex[:5]
COLLECTION = 'modulestore'
ASSET_COLLECTION = 'assetstore'
FS_ROOT = DATA_DIR # TODO (vshnayder): will need a real fs_root for testing load_item
DEFAULT_CLASS = 'xmodule.hidden_module.HiddenDescriptor'
DEFAULT_CLASS = 'xmodule.hidden_block.HiddenDescriptor'
RENDER_TEMPLATE = lambda t_n, d, ctx=None, nsp='main': ''