Merge pull request #352 from notpeter/shebang

Trivial: Remove leading space before mdexport.py hashbang.
This commit is contained in:
Roland Hedberg
2016-09-22 08:33:21 +03:00
committed by GitHub

View File

@@ -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