This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run sys_path_hacks/un_sys_path.sh lms
- Loading branch information
1 parent
3ebba52
commit 211bd3b
Showing
970 changed files
with
3,880 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import warnings | ||
warnings.warn("Importing lms.djangoapps instead of lms.djangoapps is deprecated", stacklevel=2) | ||
|
||
from lms.djangoapps import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import warnings | ||
warnings.warn("Importing badges instead of lms.djangoapps.badges is deprecated", stacklevel=2) | ||
|
||
from lms.djangoapps.badges import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
4 changes: 4 additions & 0 deletions
4
sys_path_hacks/lms/badges/backends/tests/test_badgr_backend.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
4 changes: 4 additions & 0 deletions
4
sys_path_hacks/lms/badges/events/tests/test_course_complete.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import warnings | ||
warnings.warn("Importing branding instead of lms.djangoapps.branding is deprecated", stacklevel=2) | ||
|
||
from lms.djangoapps.branding import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import warnings | ||
warnings.warn("Importing ccx instead of lms.djangoapps.ccx is deprecated", stacklevel=2) | ||
|
||
from lms.djangoapps.ccx import * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 * |
Oops, something went wrong.