Commit 919f8cf2 by Calen Pennington

Import x_module using the full path

parent 2fde7f4c
...@@ -157,7 +157,7 @@ PIPELINE_CSS = { ...@@ -157,7 +157,7 @@ PIPELINE_CSS = {
PIPELINE_ALWAYS_RECOMPILE = ['sass/base-style.scss'] PIPELINE_ALWAYS_RECOMPILE = ['sass/base-style.scss']
from x_module import XModuleDescriptor from xmodule.x_module import XModuleDescriptor
js_file_dir = PROJECT_ROOT / "static" / "coffee" / "module" js_file_dir = PROJECT_ROOT / "static" / "coffee" / "module"
try: try:
os.makedirs(js_file_dir) os.makedirs(js_file_dir)
......
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