Merge pull request #352 from notpeter/shebang
Trivial: Remove leading space before mdexport.py hashbang.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
 #!/usr/bin/env python
 | 
					#!/usr/bin/env python
 | 
				
			||||||
from saml2.sigver import _get_xmlsec_cryptobackend
 | 
					from saml2.sigver import _get_xmlsec_cryptobackend
 | 
				
			||||||
from saml2.sigver import SecurityContext
 | 
					from saml2.sigver import SecurityContext
 | 
				
			||||||
from saml2.httpbase import HTTPBase
 | 
					from saml2.httpbase import HTTPBase
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user