diff --git a/lms/envs/dev_ike.py b/lms/envs/dev_ike.py index 9b836da4e4..e9f4b82860 100644 --- a/lms/envs/dev_ike.py +++ b/lms/envs/dev_ike.py @@ -40,19 +40,14 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', 'xmlpath': '/802x/', 'active' : True, }, - '8.01_Spring_2013': {'number' : '8.01x', - 'title' : 'Mechanics', - 'xmlpath': '/801x/', - 'active' : False, - }, '6.189_Spring_2013': {'number' : '6.189x', 'title' : 'IAP Python Programming', 'xmlpath': '/6.189x/', 'active' : True, }, - '8.01_Summer_2012': {'number' : '8.01x', + '8.01_Fall_2012': {'number' : '8.01x', 'title' : 'Mechanics', - 'xmlpath': '/801x-summer/', + 'xmlpath': '/8.01x/', 'active': True, }, 'edx4edx': {'number' : 'edX.01',