Import x_module using the full path

This commit is contained in:
Calen Pennington
2012-06-28 11:28:42 -04:00
committed by John Jarvis
parent f59951ead5
commit 194908711d

View File

@@ -157,7 +157,7 @@ PIPELINE_CSS = {
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"
try:
os.makedirs(js_file_dir)