Run sys_path_hacks/un_sys_path.sh lms
This commit is contained in:
committed by
Calen Pennington
parent
3ebba52cf7
commit
211bd3beb5
4
sys_path_hacks/lms/experiments/__init__.py
Normal file
4
sys_path_hacks/lms/experiments/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments instead of lms.djangoapps.experiments is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments import *
|
||||
4
sys_path_hacks/lms/experiments/admin.py
Normal file
4
sys_path_hacks/lms/experiments/admin.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.admin instead of lms.djangoapps.experiments.admin is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.admin import *
|
||||
4
sys_path_hacks/lms/experiments/apps.py
Normal file
4
sys_path_hacks/lms/experiments/apps.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.apps instead of lms.djangoapps.experiments.apps is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.apps import *
|
||||
4
sys_path_hacks/lms/experiments/factories.py
Normal file
4
sys_path_hacks/lms/experiments/factories.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.factories instead of lms.djangoapps.experiments.factories is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.factories import *
|
||||
4
sys_path_hacks/lms/experiments/filters.py
Normal file
4
sys_path_hacks/lms/experiments/filters.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.filters instead of lms.djangoapps.experiments.filters is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.filters import *
|
||||
4
sys_path_hacks/lms/experiments/flags.py
Normal file
4
sys_path_hacks/lms/experiments/flags.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.flags instead of lms.djangoapps.experiments.flags is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.flags import *
|
||||
4
sys_path_hacks/lms/experiments/models.py
Normal file
4
sys_path_hacks/lms/experiments/models.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.models instead of lms.djangoapps.experiments.models is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.models import *
|
||||
4
sys_path_hacks/lms/experiments/permissions.py
Normal file
4
sys_path_hacks/lms/experiments/permissions.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.permissions instead of lms.djangoapps.experiments.permissions is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.permissions import *
|
||||
4
sys_path_hacks/lms/experiments/routers.py
Normal file
4
sys_path_hacks/lms/experiments/routers.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.routers instead of lms.djangoapps.experiments.routers is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.routers import *
|
||||
4
sys_path_hacks/lms/experiments/serializers.py
Normal file
4
sys_path_hacks/lms/experiments/serializers.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.serializers instead of lms.djangoapps.experiments.serializers is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.serializers import *
|
||||
4
sys_path_hacks/lms/experiments/stable_bucketing.py
Normal file
4
sys_path_hacks/lms/experiments/stable_bucketing.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.stable_bucketing instead of lms.djangoapps.experiments.stable_bucketing is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.stable_bucketing import *
|
||||
4
sys_path_hacks/lms/experiments/tests/__init__.py
Normal file
4
sys_path_hacks/lms/experiments/tests/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.tests instead of lms.djangoapps.experiments.tests is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.tests import *
|
||||
4
sys_path_hacks/lms/experiments/tests/test_flags.py
Normal file
4
sys_path_hacks/lms/experiments/tests/test_flags.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.tests.test_flags instead of lms.djangoapps.experiments.tests.test_flags is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.tests.test_flags import *
|
||||
4
sys_path_hacks/lms/experiments/tests/test_utils.py
Normal file
4
sys_path_hacks/lms/experiments/tests/test_utils.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.tests.test_utils instead of lms.djangoapps.experiments.tests.test_utils is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.tests.test_utils import *
|
||||
4
sys_path_hacks/lms/experiments/tests/test_views.py
Normal file
4
sys_path_hacks/lms/experiments/tests/test_views.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.tests.test_views instead of lms.djangoapps.experiments.tests.test_views is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.tests.test_views import *
|
||||
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.tests.test_views_custom instead of lms.djangoapps.experiments.tests.test_views_custom is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.tests.test_views_custom import *
|
||||
4
sys_path_hacks/lms/experiments/urls.py
Normal file
4
sys_path_hacks/lms/experiments/urls.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.urls instead of lms.djangoapps.experiments.urls is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.urls import *
|
||||
4
sys_path_hacks/lms/experiments/utils.py
Normal file
4
sys_path_hacks/lms/experiments/utils.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.utils instead of lms.djangoapps.experiments.utils is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.utils import *
|
||||
4
sys_path_hacks/lms/experiments/views.py
Normal file
4
sys_path_hacks/lms/experiments/views.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.views instead of lms.djangoapps.experiments.views is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.views import *
|
||||
4
sys_path_hacks/lms/experiments/views_custom.py
Normal file
4
sys_path_hacks/lms/experiments/views_custom.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import warnings
|
||||
warnings.warn("Importing experiments.views_custom instead of lms.djangoapps.experiments.views_custom is deprecated", stacklevel=2)
|
||||
|
||||
from lms.djangoapps.experiments.views_custom import *
|
||||
Reference in New Issue
Block a user