summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Tripp <peter@chartio.com>2016-08-29 14:15:45 -0700
committerPeter Tripp <peter@chartio.com>2016-08-29 14:15:45 -0700
commit30da52be565e7f704d0fc78354b0d0f01fa98bc6 (patch)
tree53fcfa7f609e1a5e0fb0d279131d4e485ce44c0e /tools
parentfd7a4f694b137a92f2a8b7f502d51fc21e3528c7 (diff)
downloadpysaml2-30da52be565e7f704d0fc78354b0d0f01fa98bc6.tar.gz
Remove leading space before hashbang.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mdexport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mdexport.py b/tools/mdexport.py
index 36becd2e..a427af77 100755
--- a/tools/mdexport.py
+++ b/tools/mdexport.py
@@ -1,4 +1,4 @@
- #!/usr/bin/env python
+#!/usr/bin/env python
from saml2.sigver import _get_xmlsec_cryptobackend
from saml2.sigver import SecurityContext
from saml2.httpbase import HTTPBase