summaryrefslogtreecommitdiff
path: root/script/saml2c.py
blob: 19063278cdaa204cf374a8540b890aa70435a73b (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python
__author__ = 'rohe0002'

from idp_test import saml2base
from idp_test import SAML2client
from idp_test.check import factory


cli = SAML2client(saml2base, factory)
cli.run()