Commit a892752b by ichuang

add 18.06x to dev_ike.py

parent 748398fc
...@@ -65,6 +65,11 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x', ...@@ -65,6 +65,11 @@ COURSE_SETTINGS = {'6.002_Spring_2012': {'number' : '6.002x',
'xmlpath': '/7.03x/', 'xmlpath': '/7.03x/',
'active' : True, 'active' : True,
}, },
'18.06x_Linear_Algebra': {'number' : '18.06x',
'title' : 'Linear Algebra',
'xmlpath': '/18.06x/',
'active' : True,
},
} }
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment