projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83c99e9
)
Fixed spelling error in bin/dj_to_world.py
author
bobcall
<bob@bobcall.me>
Thu, 10 Jan 2013 17:24:35 +0000
(12:24 -0500)
committer
bobcall
<bob@bobcall.me>
Thu, 10 Jan 2013 17:24:35 +0000
(12:24 -0500)
bin/dj_to_world_json.py
patch
|
blob
|
history
diff --git
a/bin/dj_to_world_json.py
b/bin/dj_to_world_json.py
index 9496ae601df3ea7f9f91972054c04e51d1a656d3..fc2d7332bce672618105b337da73a0d073d7a87a 100644
(file)
--- a/
bin/dj_to_world_json.py
+++ b/
bin/dj_to_world_json.py
@@
-26,7
+26,7
@@
def course_to_dict(course):
# course_dict['file_count']
course_dict['desc'] = c_dict['desc']
course_dict['url'] = c_dict['url']
- course_dict['academic_year'] = c_dict['aca
c
emic_year']
+ course_dict['academic_year'] = c_dict['aca
d
emic_year']
# course_dict['instructor_name']
# course_dict['instructor_email']
course_dict['updated_at'] = c_dict['last_updated']