406f69080b
This reverts commit 7ed3ceb960
.
8 lines
158 B
Python
8 lines
158 B
Python
"""Generic Processor"""
|
|
|
|
from passbook.providers.saml.processors.base import Processor
|
|
|
|
|
|
class GenericProcessor(Processor):
|
|
"""Generic SAML2 Processor"""
|