Commit e7cac5d8 by Calen Pennington

Pull StudentInputError from the module it's actually defined in

parent 8ed5c3b8
...@@ -11,7 +11,8 @@ from datetime import timedelta ...@@ -11,7 +11,8 @@ from datetime import timedelta
from lxml import etree from lxml import etree
from x_module import XModule, XModuleDescriptor from x_module import XModule, XModuleDescriptor
from capa.capa_problem import LoncapaProblem, StudentInputError from capa.capa_problem import LoncapaProblem
from capa.responsetypes import StudentInputError
log = logging.getLogger("mitx.courseware") log = logging.getLogger("mitx.courseware")
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
......
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