From 7fa5f3847b53e057bafed14599db56eaaa18285b Mon Sep 17 00:00:00 2001 From: 0x29a Date: Wed, 26 Oct 2022 21:09:36 +0200 Subject: [PATCH] refactor: xmodule/wrapper_module.py -> xmodule/wrapper_block.py --- setup.py | 2 +- xmodule/{wrapper_module.py => wrapper_block.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename xmodule/{wrapper_module.py => wrapper_block.py} (100%) diff --git a/setup.py b/setup.py index de935056d3..e5ec1b8866 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ XBLOCKS = [ "videoalpha = xmodule.video_module:VideoBlock", "videodev = xmodule.template_block:TranslateCustomTagBlock", "word_cloud = xmodule.word_cloud_block:WordCloudBlock", - "wrapper = xmodule.wrapper_module:WrapperBlock", + "wrapper = xmodule.wrapper_block:WrapperBlock", ] XBLOCKS_ASIDES = [ 'tagging_aside = cms.lib.xblock.tagging:StructuredTagsAside', diff --git a/xmodule/wrapper_module.py b/xmodule/wrapper_block.py similarity index 100% rename from xmodule/wrapper_module.py rename to xmodule/wrapper_block.py