From ce7256eda924101dcf5a0d4a2ae81f8b012eb6c9 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Wed, 27 Feb 2013 16:40:05 -0500 Subject: [PATCH] Removed unused SymbolicResponseXMLFactory --- common/lib/capa/capa/tests/response_xml_factory.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common/lib/capa/capa/tests/response_xml_factory.py b/common/lib/capa/capa/tests/response_xml_factory.py index 53f7ed03a0..fe918ec5db 100644 --- a/common/lib/capa/capa/tests/response_xml_factory.py +++ b/common/lib/capa/capa/tests/response_xml_factory.py @@ -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