Commit 094b1897 by Calen Pennington

Append course modules to list of courses during import

parent cec3475c
......@@ -211,6 +211,7 @@ def import_from_xml(store, data_dir, course_dirs=None,
target_location_namespace,
verbose=verbose
)
course_items.append(module)
# Import the rest of the modules
for module in module_store.modules[course_id].itervalues():
......
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