Commit b443629e by Chris Dodge

remove invalid comments

parent cd0087ca
###
### Script for cloning a course
###
from django.core.management.base import BaseCommand, CommandError
from xmodule.course_module import CourseDescriptor
from xmodule.contentstore.utils import empty_asset_trashcan
......
###
### Script for cloning a course
###
from django.core.management.base import BaseCommand, CommandError
from xmodule.contentstore.utils import restore_asset_from_trashcan
from xmodule.modulestore import Location
class Command(BaseCommand):
......
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