From e0ece33701b501b8742b781e94369958fc6e489e Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Thu, 30 Nov 2017 16:30:17 -0500 Subject: [PATCH] PLAT-1762 Remove obsolete mentoring XBlock --- cms/envs/common.py | 1 - lms/envs/common.py | 1 - requirements/edx/edx-private.txt | 1 - 3 files changed, 3 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index 00472262e4..f3d6044c7e 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -1194,7 +1194,6 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60 # The order of INSTALLED_APPS matters, so this tuple is the app name and the item in INSTALLED_APPS # that this app should be inserted *before*. A None here means it should be appended to the list. OPTIONAL_APPS = ( - ('mentoring', None), ('problem_builder', 'openedx.core.djangoapps.content.course_overviews.apps.CourseOverviewsConfig'), ('edx_sga', None), diff --git a/lms/envs/common.py b/lms/envs/common.py index 339b5f3910..3a6aa5246e 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -2878,7 +2878,6 @@ ALL_LANGUAGES = [ # The order of INSTALLED_APPS matters, so this tuple is the app name and the item in INSTALLED_APPS # that this app should be inserted *before*. A None here means it should be appended to the list. OPTIONAL_APPS = [ - ('mentoring', None), ('problem_builder', 'openedx.core.djangoapps.content.course_overviews.apps.CourseOverviewsConfig'), ('edx_sga', None), diff --git a/requirements/edx/edx-private.txt b/requirements/edx/edx-private.txt index 1983d8bb55..8b03206148 100644 --- a/requirements/edx/edx-private.txt +++ b/requirements/edx/edx-private.txt @@ -7,7 +7,6 @@ # For Harvard courses: --e git+https://github.com/gsehub/xblock-mentoring.git@4d1cce78dc232d5da6ffd73817b5c490e87a6eee#egg=xblock-mentoring git+https://github.com/open-craft/problem-builder.git@v2.7.7#egg=xblock-problem-builder==2.7.7 # Oppia XBlock