Removed unused SymbolicResponseXMLFactory

This commit is contained in:
Will Daly
2013-02-27 16:40:05 -05:00
parent c1324ec21d
commit ce7256eda9

View File

@@ -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