diff options
author | Roland Hedberg <roland.hedberg@adm.umu.se> | 2015-06-14 14:00:24 +0100 |
---|---|---|
committer | Roland Hedberg <roland.hedberg@adm.umu.se> | 2015-06-14 14:00:24 +0100 |
commit | afca69c20b7561a0728a93a7c7c76d8f343699b0 (patch) | |
tree | 04735dde9360db39918fb9ab3d2241c9e9bf024e /tools | |
parent | c4eac4878c6390859a081d4dc201136e59f2089a (diff) | |
download | pysaml2-afca69c20b7561a0728a93a7c7c76d8f343699b0.tar.gz |
WS security XML support
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/parse_xsd2.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/parse_xsd2.py b/tools/parse_xsd2.py index a5a22759..0fc252a3 100755 --- a/tools/parse_xsd2.py +++ b/tools/parse_xsd2.py @@ -7,6 +7,7 @@ import imp import sys import types import errno +import six __version__ = 0.5 |