Skip to content
Snippets Groups Projects
Commit bc8987f6 authored by Kyle McCormick's avatar Kyle McCormick Committed by Kyle McCormick
Browse files

Generate sys_path_hacks/ modules for cms/djangoapps

Run 'sys_path_hacks/un_sys_path.sh cms/djangoapps studio'
parent 4847a18a
No related merge requests found
Showing
with 100 additions and 0 deletions
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_import')
from cms.djangoapps.contentstore.management.commands.tests.test_import import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_migrate_to_split')
from cms.djangoapps.contentstore.management.commands.tests.test_migrate_to_split import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_reindex_courses')
from cms.djangoapps.contentstore.management.commands.tests.test_reindex_courses import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_reindex_library')
from cms.djangoapps.contentstore.management.commands.tests.test_reindex_library import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.tests.test_sync_courses')
from cms.djangoapps.contentstore.management.commands.tests.test_sync_courses import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.utils')
from cms.djangoapps.contentstore.management.commands.utils import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.management.commands.xlint')
from cms.djangoapps.contentstore.management.commands.xlint import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.models')
from cms.djangoapps.contentstore.models import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.proctoring')
from cms.djangoapps.contentstore.proctoring import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api')
from cms.djangoapps.contentstore.rest_api import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.urls')
from cms.djangoapps.contentstore.rest_api.urls import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.serializers')
from cms.djangoapps.contentstore.rest_api.v1.serializers import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.tests')
from cms.djangoapps.contentstore.rest_api.v1.tests import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.tests.test_views')
from cms.djangoapps.contentstore.rest_api.v1.tests.test_views import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.urls')
from cms.djangoapps.contentstore.rest_api.v1.urls import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rest_api.v1.views')
from cms.djangoapps.contentstore.rest_api.v1.views import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.rules')
from cms.djangoapps.contentstore.rules import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.signals')
from cms.djangoapps.contentstore.signals import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.signals.handlers')
from cms.djangoapps.contentstore.signals.handlers import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'contentstore.signals.signals')
from cms.djangoapps.contentstore.signals.signals import *
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