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 mobile_api.users instead of lms.djangoapps.mobile_api.users is deprecated", stacklevel=2)
from lms.djangoapps.mobile_api.users import *

View File

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

View File

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

View File

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

View File

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