Commit ce7256ed by Will Daly

Removed unused SymbolicResponseXMLFactory

parent c1324ec2
......@@ -666,11 +666,3 @@ class StringResponseXMLFactory(ResponseXMLFactory):
def create_input_element(self, **kwargs):
return ResponseXMLFactory.textline_input_xml(**kwargs)
class SymbolicResponseXMLFactory(ResponseXMLFactory):
def create_response_element(self, **kwargs):
raise NotImplemented
def create_input_element(self, **kwargs):
raise NotImplemented
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