Commit 841cfd28 by Alexander Kryklia

fix typo

parent 72f65783
...@@ -45,7 +45,7 @@ setup( ...@@ -45,7 +45,7 @@ setup(
"static_tab = xmodule.html_module:StaticTabDescriptor", "static_tab = xmodule.html_module:StaticTabDescriptor",
"custom_tag_template = xmodule.raw_module:RawDescriptor", "custom_tag_template = xmodule.raw_module:RawDescriptor",
"about = xmodule.html_module:AboutDescriptor", "about = xmodule.html_module:AboutDescriptor",
"graphical_slider_tool = xmodule.gst_module:GraphicalSliderToolDescriptor, "graphical_slider_tool = xmodule.gst_module:GraphicalSliderToolDescriptor",
"wrapper = xmodule.wrapper_module:WrapperDescriptor", "wrapper = xmodule.wrapper_module:WrapperDescriptor",
], ],
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment