se corrige nombre de metodo abstracto
FossilOrigin-Name: a428ca63cc4dd4991d3a006685f6538cb2317228af12e3e8fdbc892442530540
This commit is contained in:
		| @@ -27,7 +27,7 @@ class SOAPService: | ||||
|     def get_service(self): | ||||
|         raise NotImplementedError() | ||||
|  | ||||
|     def builder_response(self, as_dict): | ||||
|     def build_response(self, as_dict): | ||||
|         raise NotImplementedError() | ||||
|  | ||||
|     def todict(self): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user