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
Branches
Tags release-2020-07-02-00.53
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', 'api')
from cms.djangoapps.api import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.apps')
from cms.djangoapps.api.apps import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.urls')
from cms.djangoapps.api.urls import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1')
from cms.djangoapps.api.v1 import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.serializers')
from cms.djangoapps.api.v1.serializers import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.serializers.course_runs')
from cms.djangoapps.api.v1.serializers.course_runs import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.tests')
from cms.djangoapps.api.v1.tests import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_serializers')
from cms.djangoapps.api.v1.tests.test_serializers import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_serializers.test_course_runs')
from cms.djangoapps.api.v1.tests.test_serializers.test_course_runs import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_views')
from cms.djangoapps.api.v1.tests.test_views import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.test_views.test_course_runs')
from cms.djangoapps.api.v1.tests.test_views.test_course_runs import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.tests.utils')
from cms.djangoapps.api.v1.tests.utils import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.urls')
from cms.djangoapps.api.v1.urls import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.views')
from cms.djangoapps.api.v1.views import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'api.v1.views.course_runs')
from cms.djangoapps.api.v1.views.course_runs import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks')
from cms.djangoapps.cms_user_tasks import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.apps')
from cms.djangoapps.cms_user_tasks.apps import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.signals')
from cms.djangoapps.cms_user_tasks.signals import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.tasks')
from cms.djangoapps.cms_user_tasks.tasks import *
from sys_path_hacks.warn import warn_deprecated_import
warn_deprecated_import('cms.djangoapps', 'cms_user_tasks.tests')
from cms.djangoapps.cms_user_tasks.tests 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