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 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 *