From 832a855643aad5b39881f55dba2dfb7e00cf2e1a Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Thu, 12 Jan 2012 14:28:26 -0500 Subject: [PATCH] Fixed bug. Not clear why original worked on some computers but not others. --- courseware/capa_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/courseware/capa_module.py b/courseware/capa_module.py index 85ec7f0060..f565b0a6eb 100644 --- a/courseware/capa_module.py +++ b/courseware/capa_module.py @@ -6,6 +6,7 @@ from capa.capa_problem import LoncapaProblem from django.http import Http404 import dateutil +import dateutil.parser import datetime import content_parser