Move accessory functions to a generic tools module
authorSimo Sorce <simo@redhat.com>
Wed, 9 Apr 2014 18:02:08 +0000 (14:02 -0400)
committerSimo Sorce <simo@redhat.com>
Fri, 11 Apr 2014 21:25:54 +0000 (17:25 -0400)
commit277ed07e8810dbd0adbbf213f56246394753f452
tree49d71aeee0c62417212c72687c5a8afcaed7cf9a
parent904898b83d90d3d7f83c574b27a79b98a23e3734
Move accessory functions to a generic tools module

This will allow to easly share the module with install tools, without the
need to install server side modules in clients

Signed-off-by: Simo Sorce <simo@redhat.com>
ipsilon/providers/saml2/certs.py [deleted file]
ipsilon/providers/saml2/metadata.py [deleted file]
ipsilon/providers/saml2/provider.py
ipsilon/providers/saml2idp.py
ipsilon/tools/__init__.py [new file with mode: 0644]
ipsilon/tools/certs.py [new file with mode: 0755]
ipsilon/tools/saml2metadata.py [new file with mode: 0755]
setup.py