From 024789dabf8f98ace1dc5ab7b6c53eb5cdb1c0b7 Mon Sep 17 00:00:00 2001 From: kimth Date: Mon, 9 Jul 2012 19:01:25 -0400 Subject: [PATCH] Made data identifiers consistent with master branch of 'content-mit-6002x' --- lms/envs/common.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 3803a8fde4..5bf53d7d1b 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -130,11 +130,11 @@ QUICKEDIT = False ### -COURSE_DEFAULT = '6.002_Spring_2012' -COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', +COURSE_DEFAULT = '6.002x_Fall_2012' +COURSE_SETTINGS = {'6.002x_Fall_2012': {'number' : '6.002x', 'title' : 'Circuits and Electronics', 'xmlpath': '6002x/', - 'location': 'i4x://edx/6002xs12/course/6.002_Spring_2012', + 'location': 'i4x://edx/6002xs12/course/6.002x_Fall_2012', } }