Run sys_path_hacks/un_sys_path.sh lms

This commit is contained in:
Calen Pennington
2020-09-22 11:37:57 -04:00
committed by Calen Pennington
parent 3ebba52cf7
commit 211bd3beb5
970 changed files with 3880 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing lms.djangoapps instead of lms.djangoapps is deprecated", stacklevel=2)
from lms.djangoapps import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges instead of lms.djangoapps.badges is deprecated", stacklevel=2)
from lms.djangoapps.badges import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.admin instead of lms.djangoapps.badges.admin is deprecated", stacklevel=2)
from lms.djangoapps.badges.admin import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.api instead of lms.djangoapps.badges.api is deprecated", stacklevel=2)
from lms.djangoapps.badges.api import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.api.serializers instead of lms.djangoapps.badges.api.serializers is deprecated", stacklevel=2)
from lms.djangoapps.badges.api.serializers import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.api.tests instead of lms.djangoapps.badges.api.tests is deprecated", stacklevel=2)
from lms.djangoapps.badges.api.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.api.urls instead of lms.djangoapps.badges.api.urls is deprecated", stacklevel=2)
from lms.djangoapps.badges.api.urls import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.api.views instead of lms.djangoapps.badges.api.views is deprecated", stacklevel=2)
from lms.djangoapps.badges.api.views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.apps instead of lms.djangoapps.badges.apps is deprecated", stacklevel=2)
from lms.djangoapps.badges.apps import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.backends instead of lms.djangoapps.badges.backends is deprecated", stacklevel=2)
from lms.djangoapps.badges.backends import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.backends.badgr instead of lms.djangoapps.badges.backends.badgr is deprecated", stacklevel=2)
from lms.djangoapps.badges.backends.badgr import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.backends.base instead of lms.djangoapps.badges.backends.base is deprecated", stacklevel=2)
from lms.djangoapps.badges.backends.base import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.backends.tests instead of lms.djangoapps.badges.backends.tests is deprecated", stacklevel=2)
from lms.djangoapps.badges.backends.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.backends.tests.dummy_backend instead of lms.djangoapps.badges.backends.tests.dummy_backend is deprecated", stacklevel=2)
from lms.djangoapps.badges.backends.tests.dummy_backend import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.backends.tests.test_badgr_backend instead of lms.djangoapps.badges.backends.tests.test_badgr_backend is deprecated", stacklevel=2)
from lms.djangoapps.badges.backends.tests.test_badgr_backend import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.events instead of lms.djangoapps.badges.events is deprecated", stacklevel=2)
from lms.djangoapps.badges.events import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.events.course_complete instead of lms.djangoapps.badges.events.course_complete is deprecated", stacklevel=2)
from lms.djangoapps.badges.events.course_complete import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.events.course_meta instead of lms.djangoapps.badges.events.course_meta is deprecated", stacklevel=2)
from lms.djangoapps.badges.events.course_meta import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.events.tests instead of lms.djangoapps.badges.events.tests is deprecated", stacklevel=2)
from lms.djangoapps.badges.events.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.events.tests.test_course_complete instead of lms.djangoapps.badges.events.tests.test_course_complete is deprecated", stacklevel=2)
from lms.djangoapps.badges.events.tests.test_course_complete import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.events.tests.test_course_meta instead of lms.djangoapps.badges.events.tests.test_course_meta is deprecated", stacklevel=2)
from lms.djangoapps.badges.events.tests.test_course_meta import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.handlers instead of lms.djangoapps.badges.handlers is deprecated", stacklevel=2)
from lms.djangoapps.badges.handlers import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.models instead of lms.djangoapps.badges.models is deprecated", stacklevel=2)
from lms.djangoapps.badges.models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.service instead of lms.djangoapps.badges.service is deprecated", stacklevel=2)
from lms.djangoapps.badges.service import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.tests instead of lms.djangoapps.badges.tests is deprecated", stacklevel=2)
from lms.djangoapps.badges.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.tests.factories instead of lms.djangoapps.badges.tests.factories is deprecated", stacklevel=2)
from lms.djangoapps.badges.tests.factories import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.tests.test_models instead of lms.djangoapps.badges.tests.test_models is deprecated", stacklevel=2)
from lms.djangoapps.badges.tests.test_models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing badges.utils instead of lms.djangoapps.badges.utils is deprecated", stacklevel=2)
from lms.djangoapps.badges.utils import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding instead of lms.djangoapps.branding is deprecated", stacklevel=2)
from lms.djangoapps.branding import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.admin instead of lms.djangoapps.branding.admin is deprecated", stacklevel=2)
from lms.djangoapps.branding.admin import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.api instead of lms.djangoapps.branding.api is deprecated", stacklevel=2)
from lms.djangoapps.branding.api import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.api_urls instead of lms.djangoapps.branding.api_urls is deprecated", stacklevel=2)
from lms.djangoapps.branding.api_urls import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.models instead of lms.djangoapps.branding.models is deprecated", stacklevel=2)
from lms.djangoapps.branding.models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.tests instead of lms.djangoapps.branding.tests is deprecated", stacklevel=2)
from lms.djangoapps.branding.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.tests.test_api instead of lms.djangoapps.branding.tests.test_api is deprecated", stacklevel=2)
from lms.djangoapps.branding.tests.test_api import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.tests.test_models instead of lms.djangoapps.branding.tests.test_models is deprecated", stacklevel=2)
from lms.djangoapps.branding.tests.test_models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.tests.test_page instead of lms.djangoapps.branding.tests.test_page is deprecated", stacklevel=2)
from lms.djangoapps.branding.tests.test_page import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.tests.test_views instead of lms.djangoapps.branding.tests.test_views is deprecated", stacklevel=2)
from lms.djangoapps.branding.tests.test_views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing branding.views instead of lms.djangoapps.branding.views is deprecated", stacklevel=2)
from lms.djangoapps.branding.views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email instead of lms.djangoapps.bulk_email is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.admin instead of lms.djangoapps.bulk_email.admin is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.admin import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.api instead of lms.djangoapps.bulk_email.api is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.api import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.apps instead of lms.djangoapps.bulk_email.apps is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.apps import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.forms instead of lms.djangoapps.bulk_email.forms is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.forms import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.models instead of lms.djangoapps.bulk_email.models is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.models_api instead of lms.djangoapps.bulk_email.models_api is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.models_api import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.policies instead of lms.djangoapps.bulk_email.policies is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.policies import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.signals instead of lms.djangoapps.bulk_email.signals is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.signals import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tasks instead of lms.djangoapps.bulk_email.tasks is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tasks import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests instead of lms.djangoapps.bulk_email.tests is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_course_optout instead of lms.djangoapps.bulk_email.tests.test_course_optout is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_course_optout import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_email instead of lms.djangoapps.bulk_email.tests.test_email is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_email import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_err_handling instead of lms.djangoapps.bulk_email.tests.test_err_handling is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_err_handling import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_forms instead of lms.djangoapps.bulk_email.tests.test_forms is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_forms import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_models instead of lms.djangoapps.bulk_email.tests.test_models is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_signals instead of lms.djangoapps.bulk_email.tests.test_signals is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_signals import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_tasks instead of lms.djangoapps.bulk_email.tests.test_tasks is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_tasks import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.tests.test_views instead of lms.djangoapps.bulk_email.tests.test_views is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.tests.test_views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.urls instead of lms.djangoapps.bulk_email.urls is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.urls import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_email.views instead of lms.djangoapps.bulk_email.views is deprecated", stacklevel=2)
from lms.djangoapps.bulk_email.views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_enroll instead of lms.djangoapps.bulk_enroll is deprecated", stacklevel=2)
from lms.djangoapps.bulk_enroll import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_enroll.serializers instead of lms.djangoapps.bulk_enroll.serializers is deprecated", stacklevel=2)
from lms.djangoapps.bulk_enroll.serializers import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_enroll.tests instead of lms.djangoapps.bulk_enroll.tests is deprecated", stacklevel=2)
from lms.djangoapps.bulk_enroll.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_enroll.tests.test_views instead of lms.djangoapps.bulk_enroll.tests.test_views is deprecated", stacklevel=2)
from lms.djangoapps.bulk_enroll.tests.test_views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_enroll.urls instead of lms.djangoapps.bulk_enroll.urls is deprecated", stacklevel=2)
from lms.djangoapps.bulk_enroll.urls import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing bulk_enroll.views instead of lms.djangoapps.bulk_enroll.views is deprecated", stacklevel=2)
from lms.djangoapps.bulk_enroll.views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx instead of lms.djangoapps.ccx is deprecated", stacklevel=2)
from lms.djangoapps.ccx import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api instead of lms.djangoapps.ccx.api is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.urls instead of lms.djangoapps.ccx.api.urls is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.urls import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.v0 instead of lms.djangoapps.ccx.api.v0 is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.v0 import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.v0.paginators instead of lms.djangoapps.ccx.api.v0.paginators is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.v0.paginators import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.v0.serializers instead of lms.djangoapps.ccx.api.v0.serializers is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.v0.serializers import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.v0.tests instead of lms.djangoapps.ccx.api.v0.tests is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.v0.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.v0.tests.test_views instead of lms.djangoapps.ccx.api.v0.tests.test_views is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.v0.tests.test_views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.v0.urls instead of lms.djangoapps.ccx.api.v0.urls is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.v0.urls import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.api.v0.views instead of lms.djangoapps.ccx.api.v0.views is deprecated", stacklevel=2)
from lms.djangoapps.ccx.api.v0.views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.custom_exception instead of lms.djangoapps.ccx.custom_exception is deprecated", stacklevel=2)
from lms.djangoapps.ccx.custom_exception import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.models instead of lms.djangoapps.ccx.models is deprecated", stacklevel=2)
from lms.djangoapps.ccx.models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.modulestore instead of lms.djangoapps.ccx.modulestore is deprecated", stacklevel=2)
from lms.djangoapps.ccx.modulestore import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.overrides instead of lms.djangoapps.ccx.overrides is deprecated", stacklevel=2)
from lms.djangoapps.ccx.overrides import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.permissions instead of lms.djangoapps.ccx.permissions is deprecated", stacklevel=2)
from lms.djangoapps.ccx.permissions import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.plugins instead of lms.djangoapps.ccx.plugins is deprecated", stacklevel=2)
from lms.djangoapps.ccx.plugins import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tasks instead of lms.djangoapps.ccx.tasks is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tasks import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests instead of lms.djangoapps.ccx.tests is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.factories instead of lms.djangoapps.ccx.tests.factories is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.factories import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.test_ccx_modulestore instead of lms.djangoapps.ccx.tests.test_ccx_modulestore is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.test_ccx_modulestore import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.test_field_override_performance instead of lms.djangoapps.ccx.tests.test_field_override_performance is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.test_field_override_performance import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.test_models instead of lms.djangoapps.ccx.tests.test_models is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.test_models import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.test_overrides instead of lms.djangoapps.ccx.tests.test_overrides is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.test_overrides import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.test_tasks instead of lms.djangoapps.ccx.tests.test_tasks is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.test_tasks import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.test_utils instead of lms.djangoapps.ccx.tests.test_utils is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.test_utils import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.test_views instead of lms.djangoapps.ccx.tests.test_views is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.test_views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.tests.utils instead of lms.djangoapps.ccx.tests.utils is deprecated", stacklevel=2)
from lms.djangoapps.ccx.tests.utils import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.urls instead of lms.djangoapps.ccx.urls is deprecated", stacklevel=2)
from lms.djangoapps.ccx.urls import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.utils instead of lms.djangoapps.ccx.utils is deprecated", stacklevel=2)
from lms.djangoapps.ccx.utils import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing ccx.views instead of lms.djangoapps.ccx.views is deprecated", stacklevel=2)
from lms.djangoapps.ccx.views import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing certificates instead of lms.djangoapps.certificates is deprecated", stacklevel=2)
from lms.djangoapps.certificates import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing certificates.admin instead of lms.djangoapps.certificates.admin is deprecated", stacklevel=2)
from lms.djangoapps.certificates.admin import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing certificates.api instead of lms.djangoapps.certificates.api is deprecated", stacklevel=2)
from lms.djangoapps.certificates.api import *

View File

@@ -0,0 +1,4 @@
import warnings
warnings.warn("Importing certificates.apis instead of lms.djangoapps.certificates.apis is deprecated", stacklevel=2)
from lms.djangoapps.certificates.apis import *

Some files were not shown because too many files have changed in this diff Show More