Re-generate import_shims modules for cms/djangoapps
Command: import_shims/generate_shims.sh cms/djangoapps import_shims/studio
This commit is contained in:
committed by
Kyle McCormick
parent
14708147af
commit
854502b560
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api')
|
||||
warn_deprecated_import('api', 'cms.djangoapps.api')
|
||||
|
||||
from cms.djangoapps.api import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.apps')
|
||||
warn_deprecated_import('api.apps', 'cms.djangoapps.api.apps')
|
||||
|
||||
from cms.djangoapps.api.apps import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.urls')
|
||||
warn_deprecated_import('api.urls', 'cms.djangoapps.api.urls')
|
||||
|
||||
from cms.djangoapps.api.urls import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1')
|
||||
warn_deprecated_import('api.v1', 'cms.djangoapps.api.v1')
|
||||
|
||||
from cms.djangoapps.api.v1 import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.serializers')
|
||||
warn_deprecated_import('api.v1.serializers', 'cms.djangoapps.api.v1.serializers')
|
||||
|
||||
from cms.djangoapps.api.v1.serializers import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.serializers.course_runs')
|
||||
warn_deprecated_import('api.v1.serializers.course_runs', 'cms.djangoapps.api.v1.serializers.course_runs')
|
||||
|
||||
from cms.djangoapps.api.v1.serializers.course_runs import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.tests')
|
||||
warn_deprecated_import('api.v1.tests', 'cms.djangoapps.api.v1.tests')
|
||||
|
||||
from cms.djangoapps.api.v1.tests import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_serializers')
|
||||
warn_deprecated_import('api.v1.tests.test_serializers', 'cms.djangoapps.api.v1.tests.test_serializers')
|
||||
|
||||
from cms.djangoapps.api.v1.tests.test_serializers import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_serializers.test_course_runs')
|
||||
warn_deprecated_import('api.v1.tests.test_serializers.test_course_runs', 'cms.djangoapps.api.v1.tests.test_serializers.test_course_runs')
|
||||
|
||||
from cms.djangoapps.api.v1.tests.test_serializers.test_course_runs import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_views')
|
||||
warn_deprecated_import('api.v1.tests.test_views', 'cms.djangoapps.api.v1.tests.test_views')
|
||||
|
||||
from cms.djangoapps.api.v1.tests.test_views import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_views.test_course_runs')
|
||||
warn_deprecated_import('api.v1.tests.test_views.test_course_runs', 'cms.djangoapps.api.v1.tests.test_views.test_course_runs')
|
||||
|
||||
from cms.djangoapps.api.v1.tests.test_views.test_course_runs import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.utils')
|
||||
warn_deprecated_import('api.v1.tests.utils', 'cms.djangoapps.api.v1.tests.utils')
|
||||
|
||||
from cms.djangoapps.api.v1.tests.utils import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.urls')
|
||||
warn_deprecated_import('api.v1.urls', 'cms.djangoapps.api.v1.urls')
|
||||
|
||||
from cms.djangoapps.api.v1.urls import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.views')
|
||||
warn_deprecated_import('api.v1.views', 'cms.djangoapps.api.v1.views')
|
||||
|
||||
from cms.djangoapps.api.v1.views import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'api.v1.views.course_runs')
|
||||
warn_deprecated_import('api.v1.views.course_runs', 'cms.djangoapps.api.v1.views.course_runs')
|
||||
|
||||
from cms.djangoapps.api.v1.views.course_runs import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks')
|
||||
warn_deprecated_import('cms_user_tasks', 'cms.djangoapps.cms_user_tasks')
|
||||
|
||||
from cms.djangoapps.cms_user_tasks import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.apps')
|
||||
warn_deprecated_import('cms_user_tasks.apps', 'cms.djangoapps.cms_user_tasks.apps')
|
||||
|
||||
from cms.djangoapps.cms_user_tasks.apps import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.signals')
|
||||
warn_deprecated_import('cms_user_tasks.signals', 'cms.djangoapps.cms_user_tasks.signals')
|
||||
|
||||
from cms.djangoapps.cms_user_tasks.signals import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.tasks')
|
||||
warn_deprecated_import('cms_user_tasks.tasks', 'cms.djangoapps.cms_user_tasks.tasks')
|
||||
|
||||
from cms.djangoapps.cms_user_tasks.tasks import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.tests')
|
||||
warn_deprecated_import('cms_user_tasks.tests', 'cms.djangoapps.cms_user_tasks.tests')
|
||||
|
||||
from cms.djangoapps.cms_user_tasks.tests import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore')
|
||||
warn_deprecated_import('contentstore', 'cms.djangoapps.contentstore')
|
||||
|
||||
from cms.djangoapps.contentstore import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.admin')
|
||||
warn_deprecated_import('contentstore.admin', 'cms.djangoapps.contentstore.admin')
|
||||
|
||||
from cms.djangoapps.contentstore.admin import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api')
|
||||
warn_deprecated_import('contentstore.api', 'cms.djangoapps.contentstore.api')
|
||||
|
||||
from cms.djangoapps.contentstore.api import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.tests')
|
||||
warn_deprecated_import('contentstore.api.tests', 'cms.djangoapps.contentstore.api.tests')
|
||||
|
||||
from cms.djangoapps.contentstore.api.tests import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.tests.base')
|
||||
warn_deprecated_import('contentstore.api.tests.base', 'cms.djangoapps.contentstore.api.tests.base')
|
||||
|
||||
from cms.djangoapps.contentstore.api.tests.base import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.tests.test_import')
|
||||
warn_deprecated_import('contentstore.api.tests.test_import', 'cms.djangoapps.contentstore.api.tests.test_import')
|
||||
|
||||
from cms.djangoapps.contentstore.api.tests.test_import import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.tests.test_quality')
|
||||
warn_deprecated_import('contentstore.api.tests.test_quality', 'cms.djangoapps.contentstore.api.tests.test_quality')
|
||||
|
||||
from cms.djangoapps.contentstore.api.tests.test_quality import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.tests.test_validation')
|
||||
warn_deprecated_import('contentstore.api.tests.test_validation', 'cms.djangoapps.contentstore.api.tests.test_validation')
|
||||
|
||||
from cms.djangoapps.contentstore.api.tests.test_validation import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.urls')
|
||||
warn_deprecated_import('contentstore.api.urls', 'cms.djangoapps.contentstore.api.urls')
|
||||
|
||||
from cms.djangoapps.contentstore.api.urls import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.views')
|
||||
warn_deprecated_import('contentstore.api.views', 'cms.djangoapps.contentstore.api.views')
|
||||
|
||||
from cms.djangoapps.contentstore.api.views import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.views.course_import')
|
||||
warn_deprecated_import('contentstore.api.views.course_import', 'cms.djangoapps.contentstore.api.views.course_import')
|
||||
|
||||
from cms.djangoapps.contentstore.api.views.course_import import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.views.course_quality')
|
||||
warn_deprecated_import('contentstore.api.views.course_quality', 'cms.djangoapps.contentstore.api.views.course_quality')
|
||||
|
||||
from cms.djangoapps.contentstore.api.views.course_quality import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.views.course_validation')
|
||||
warn_deprecated_import('contentstore.api.views.course_validation', 'cms.djangoapps.contentstore.api.views.course_validation')
|
||||
|
||||
from cms.djangoapps.contentstore.api.views.course_validation import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.api.views.utils')
|
||||
warn_deprecated_import('contentstore.api.views.utils', 'cms.djangoapps.contentstore.api.views.utils')
|
||||
|
||||
from cms.djangoapps.contentstore.api.views.utils import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.apps')
|
||||
warn_deprecated_import('contentstore.apps', 'cms.djangoapps.contentstore.apps')
|
||||
|
||||
from cms.djangoapps.contentstore.apps import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.config')
|
||||
warn_deprecated_import('contentstore.config', 'cms.djangoapps.contentstore.config')
|
||||
|
||||
from cms.djangoapps.contentstore.config import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.config.tests')
|
||||
warn_deprecated_import('contentstore.config.tests', 'cms.djangoapps.contentstore.config.tests')
|
||||
|
||||
from cms.djangoapps.contentstore.config.tests import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.config.waffle')
|
||||
warn_deprecated_import('contentstore.config.waffle', 'cms.djangoapps.contentstore.config.waffle')
|
||||
|
||||
from cms.djangoapps.contentstore.config.waffle import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.config.waffle_utils')
|
||||
warn_deprecated_import('contentstore.config.waffle_utils', 'cms.djangoapps.contentstore.config.waffle_utils')
|
||||
|
||||
from cms.djangoapps.contentstore.config.waffle_utils import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.course_group_config')
|
||||
warn_deprecated_import('contentstore.course_group_config', 'cms.djangoapps.contentstore.course_group_config')
|
||||
|
||||
from cms.djangoapps.contentstore.course_group_config import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.course_info_model')
|
||||
warn_deprecated_import('contentstore.course_info_model', 'cms.djangoapps.contentstore.course_info_model')
|
||||
|
||||
from cms.djangoapps.contentstore.course_info_model import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.courseware_index')
|
||||
warn_deprecated_import('contentstore.courseware_index', 'cms.djangoapps.contentstore.courseware_index')
|
||||
|
||||
from cms.djangoapps.contentstore.courseware_index import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.debug_file_uploader')
|
||||
warn_deprecated_import('contentstore.debug_file_uploader', 'cms.djangoapps.contentstore.debug_file_uploader')
|
||||
|
||||
from cms.djangoapps.contentstore.debug_file_uploader import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.git_export_utils')
|
||||
warn_deprecated_import('contentstore.git_export_utils', 'cms.djangoapps.contentstore.git_export_utils')
|
||||
|
||||
from cms.djangoapps.contentstore.git_export_utils import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management')
|
||||
warn_deprecated_import('contentstore.management', 'cms.djangoapps.contentstore.management')
|
||||
|
||||
from cms.djangoapps.contentstore.management import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands')
|
||||
warn_deprecated_import('contentstore.management.commands', 'cms.djangoapps.contentstore.management.commands')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.clean_cert_name')
|
||||
warn_deprecated_import('contentstore.management.commands.clean_cert_name', 'cms.djangoapps.contentstore.management.commands.clean_cert_name')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.clean_cert_name import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.cleanup_assets')
|
||||
warn_deprecated_import('contentstore.management.commands.cleanup_assets', 'cms.djangoapps.contentstore.management.commands.cleanup_assets')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.cleanup_assets import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.create_course')
|
||||
warn_deprecated_import('contentstore.management.commands.create_course', 'cms.djangoapps.contentstore.management.commands.create_course')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.create_course import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.delete_course')
|
||||
warn_deprecated_import('contentstore.management.commands.delete_course', 'cms.djangoapps.contentstore.management.commands.delete_course')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.delete_course import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.delete_orphans')
|
||||
warn_deprecated_import('contentstore.management.commands.delete_orphans', 'cms.djangoapps.contentstore.management.commands.delete_orphans')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.delete_orphans import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.edit_course_tabs')
|
||||
warn_deprecated_import('contentstore.management.commands.edit_course_tabs', 'cms.djangoapps.contentstore.management.commands.edit_course_tabs')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.edit_course_tabs import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.empty_asset_trashcan')
|
||||
warn_deprecated_import('contentstore.management.commands.empty_asset_trashcan', 'cms.djangoapps.contentstore.management.commands.empty_asset_trashcan')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.empty_asset_trashcan import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.export')
|
||||
warn_deprecated_import('contentstore.management.commands.export', 'cms.djangoapps.contentstore.management.commands.export')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.export import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.export_all_courses')
|
||||
warn_deprecated_import('contentstore.management.commands.export_all_courses', 'cms.djangoapps.contentstore.management.commands.export_all_courses')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.export_all_courses import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.export_content_library')
|
||||
warn_deprecated_import('contentstore.management.commands.export_content_library', 'cms.djangoapps.contentstore.management.commands.export_content_library')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.export_content_library import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.export_olx')
|
||||
warn_deprecated_import('contentstore.management.commands.export_olx', 'cms.djangoapps.contentstore.management.commands.export_olx')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.export_olx import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.fix_not_found')
|
||||
warn_deprecated_import('contentstore.management.commands.fix_not_found', 'cms.djangoapps.contentstore.management.commands.fix_not_found')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.fix_not_found import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.force_publish')
|
||||
warn_deprecated_import('contentstore.management.commands.force_publish', 'cms.djangoapps.contentstore.management.commands.force_publish')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.force_publish import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.generate_courses')
|
||||
warn_deprecated_import('contentstore.management.commands.generate_courses', 'cms.djangoapps.contentstore.management.commands.generate_courses')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.generate_courses import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.git_export')
|
||||
warn_deprecated_import('contentstore.management.commands.git_export', 'cms.djangoapps.contentstore.management.commands.git_export')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.git_export import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.import_content_library')
|
||||
warn_deprecated_import('contentstore.management.commands.import_content_library', 'cms.djangoapps.contentstore.management.commands.import_content_library')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.import_content_library import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.migrate_to_split')
|
||||
warn_deprecated_import('contentstore.management.commands.migrate_to_split', 'cms.djangoapps.contentstore.management.commands.migrate_to_split')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.migrate_to_split import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.prompt')
|
||||
warn_deprecated_import('contentstore.management.commands.prompt', 'cms.djangoapps.contentstore.management.commands.prompt')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.prompt import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.reindex_course')
|
||||
warn_deprecated_import('contentstore.management.commands.reindex_course', 'cms.djangoapps.contentstore.management.commands.reindex_course')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.reindex_course import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.reindex_library')
|
||||
warn_deprecated_import('contentstore.management.commands.reindex_library', 'cms.djangoapps.contentstore.management.commands.reindex_library')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.reindex_library import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.restore_asset_from_trashcan')
|
||||
warn_deprecated_import('contentstore.management.commands.restore_asset_from_trashcan', 'cms.djangoapps.contentstore.management.commands.restore_asset_from_trashcan')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.restore_asset_from_trashcan import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.sync_courses')
|
||||
warn_deprecated_import('contentstore.management.commands.sync_courses', 'cms.djangoapps.contentstore.management.commands.sync_courses')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.sync_courses import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests')
|
||||
warn_deprecated_import('contentstore.management.commands.tests', 'cms.djangoapps.contentstore.management.commands.tests')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_cleanup_assets')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_cleanup_assets', 'cms.djangoapps.contentstore.management.commands.tests.test_cleanup_assets')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_cleanup_assets import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_create_course')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_create_course', 'cms.djangoapps.contentstore.management.commands.tests.test_create_course')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_create_course import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_delete_course')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_delete_course', 'cms.djangoapps.contentstore.management.commands.tests.test_delete_course')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_delete_course import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_delete_orphans')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_delete_orphans', 'cms.djangoapps.contentstore.management.commands.tests.test_delete_orphans')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_delete_orphans import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_export')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_export', 'cms.djangoapps.contentstore.management.commands.tests.test_export')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_export import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_export_all_courses')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_export_all_courses', 'cms.djangoapps.contentstore.management.commands.tests.test_export_all_courses')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_export_all_courses import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_export_olx')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_export_olx', 'cms.djangoapps.contentstore.management.commands.tests.test_export_olx')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_export_olx import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_fix_not_found')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_fix_not_found', 'cms.djangoapps.contentstore.management.commands.tests.test_fix_not_found')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_fix_not_found import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_force_publish')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_force_publish', 'cms.djangoapps.contentstore.management.commands.tests.test_force_publish')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_force_publish import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_generate_courses')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_generate_courses', 'cms.djangoapps.contentstore.management.commands.tests.test_generate_courses')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_generate_courses import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_git_export')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_git_export', 'cms.djangoapps.contentstore.management.commands.tests.test_git_export')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_git_export import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_import')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_import', 'cms.djangoapps.contentstore.management.commands.tests.test_import')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_import import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_migrate_to_split')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_migrate_to_split', 'cms.djangoapps.contentstore.management.commands.tests.test_migrate_to_split')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_migrate_to_split import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_reindex_courses')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_reindex_courses', 'cms.djangoapps.contentstore.management.commands.tests.test_reindex_courses')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_reindex_courses import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_reindex_library')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_reindex_library', 'cms.djangoapps.contentstore.management.commands.tests.test_reindex_library')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_reindex_library import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_sync_courses')
|
||||
warn_deprecated_import('contentstore.management.commands.tests.test_sync_courses', 'cms.djangoapps.contentstore.management.commands.tests.test_sync_courses')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.tests.test_sync_courses import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.utils')
|
||||
warn_deprecated_import('contentstore.management.commands.utils', 'cms.djangoapps.contentstore.management.commands.utils')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.utils import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.xlint')
|
||||
warn_deprecated_import('contentstore.management.commands.xlint', 'cms.djangoapps.contentstore.management.commands.xlint')
|
||||
|
||||
from cms.djangoapps.contentstore.management.commands.xlint import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.models')
|
||||
warn_deprecated_import('contentstore.models', 'cms.djangoapps.contentstore.models')
|
||||
|
||||
from cms.djangoapps.contentstore.models import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.proctoring')
|
||||
warn_deprecated_import('contentstore.proctoring', 'cms.djangoapps.contentstore.proctoring')
|
||||
|
||||
from cms.djangoapps.contentstore.proctoring import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api')
|
||||
warn_deprecated_import('contentstore.rest_api', 'cms.djangoapps.contentstore.rest_api')
|
||||
|
||||
from cms.djangoapps.contentstore.rest_api import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.urls')
|
||||
warn_deprecated_import('contentstore.rest_api.urls', 'cms.djangoapps.contentstore.rest_api.urls')
|
||||
|
||||
from cms.djangoapps.contentstore.rest_api.urls import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.serializers')
|
||||
warn_deprecated_import('contentstore.rest_api.v1.serializers', 'cms.djangoapps.contentstore.rest_api.v1.serializers')
|
||||
|
||||
from cms.djangoapps.contentstore.rest_api.v1.serializers import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.tests')
|
||||
warn_deprecated_import('contentstore.rest_api.v1.tests', 'cms.djangoapps.contentstore.rest_api.v1.tests')
|
||||
|
||||
from cms.djangoapps.contentstore.rest_api.v1.tests import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.tests.test_views')
|
||||
warn_deprecated_import('contentstore.rest_api.v1.tests.test_views', 'cms.djangoapps.contentstore.rest_api.v1.tests.test_views')
|
||||
|
||||
from cms.djangoapps.contentstore.rest_api.v1.tests.test_views import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.urls')
|
||||
warn_deprecated_import('contentstore.rest_api.v1.urls', 'cms.djangoapps.contentstore.rest_api.v1.urls')
|
||||
|
||||
from cms.djangoapps.contentstore.rest_api.v1.urls import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.views')
|
||||
warn_deprecated_import('contentstore.rest_api.v1.views', 'cms.djangoapps.contentstore.rest_api.v1.views')
|
||||
|
||||
from cms.djangoapps.contentstore.rest_api.v1.views import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.rules')
|
||||
warn_deprecated_import('contentstore.rules', 'cms.djangoapps.contentstore.rules')
|
||||
|
||||
from cms.djangoapps.contentstore.rules import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.signals')
|
||||
warn_deprecated_import('contentstore.signals', 'cms.djangoapps.contentstore.signals')
|
||||
|
||||
from cms.djangoapps.contentstore.signals import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.signals.handlers')
|
||||
warn_deprecated_import('contentstore.signals.handlers', 'cms.djangoapps.contentstore.signals.handlers')
|
||||
|
||||
from cms.djangoapps.contentstore.signals.handlers import *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from sys_path_hacks.warn import warn_deprecated_import
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('cms.djangoapps', 'contentstore.signals.signals')
|
||||
warn_deprecated_import('contentstore.signals.signals', 'cms.djangoapps.contentstore.signals.signals')
|
||||
|
||||
from cms.djangoapps.contentstore.signals.signals import *
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user