saml_idp: cleanup settings, add was processor

This commit is contained in:
Jens Langhammer
2018-12-26 21:55:37 +01:00
parent 0c9a00acbe
commit aa7e3c2a15
3 changed files with 27 additions and 4 deletions

View File

@ -5,4 +5,3 @@ from passbook.saml_idp.base import Processor
class GenericProcessor(Processor):
"""Generic Response Handler Processor for testing against django-saml2-sp."""
pass