Remove unneeded error type.

This commit is contained in:
Diana Huang
2013-02-06 09:15:24 -05:00
parent 6e7287dd8e
commit f9304a88cb

View File

@@ -54,10 +54,6 @@ HUMAN_TASK_TYPE = {
'openended' : "External Grader",
}
class IncorrectMaxScoreError(Exception):
def __init__(self, msg):
self.msg = msg
class CombinedOpenEndedModule(XModule):
"""
This is a module that encapsulates all open ended grading (self assessment, peer assessment, etc).