remove invalid comments

This commit is contained in:
Chris Dodge
2013-06-14 15:26:37 -04:00
parent cd0087ca53
commit b443629ee8
2 changed files with 0 additions and 7 deletions

View File

@@ -1,6 +1,3 @@
###
### 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

View File

@@ -1,9 +1,5 @@
###
### 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):