Remove leading space before hashbang.

This commit is contained in:
Peter Tripp 2016-08-29 14:15:45 -07:00
parent fd7a4f694b
commit 30da52be56
1 changed files with 1 additions and 1 deletions

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