Skip to content

Commit c2233f8

Browse files
committed
Remove python shebang from config
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent fc9c0fc commit c2233f8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/saml2/config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import copy
42
import importlib
53
import logging
@@ -167,9 +165,6 @@ class ConfigurationError(SAMLError):
167165
pass
168166

169167

170-
# -----------------------------------------------------------------
171-
172-
173168
class Config(object):
174169
def_context = ""
175170

0 commit comments

Comments
 (0)