django pipeline working now (with new pip -e git+git...)

This commit is contained in:
ichuang
2012-06-10 20:05:33 -04:00
committed by Matthew Mongeau
parent 21e2ebee8b
commit cd5a4314e2
2 changed files with 2 additions and 1 deletions

View File

@@ -224,6 +224,7 @@ class LoncapaProblem(object):
answer = etree.tostring(entry)
if answer: answer_map[entry.get('id')] = answer
log.debug('answer_map = %s' % answer_map)
return answer_map
def get_answer_ids(self):