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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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