summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkiparser.py
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-01-19 14:37:52 +0100
committerChristian Heimes <cheimes@redhat.com>2016-01-19 14:37:52 +0100
commit5bf3a94a9c3374e34bf66fe5b1725ff9b49a1f3c (patch)
treeb6ba28b3b88c6a712566c3e47b375a4a4f412473 /base/server/python/pki/server/deployment/pkiparser.py
parent81af68d3e3b1a89f799693e7f7ecda59f57abfe4 (diff)
downloadpki-5bf3a94a9c3374e34bf66fe5b1725ff9b49a1f3c.tar.gz
pki-5bf3a94a9c3374e34bf66fe5b1725ff9b49a1f3c.tar.xz
pki-5bf3a94a9c3374e34bf66fe5b1725ff9b49a1f3c.zip
Remove #!python shebang from non-executables
A lot of Python files start with a #!/usr/bin/python shebang although the files are neither executables nor designed as scripts. Shebangs are only required for executable scripts. Without unnecessary shebangs it's a bit easier to track Python 3 porting.
Diffstat (limited to 'base/server/python/pki/server/deployment/pkiparser.py')
-rw-r--r--base/server/python/pki/server/deployment/pkiparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/server/python/pki/server/deployment/pkiparser.py b/base/server/python/pki/server/deployment/pkiparser.py
index d2b37d062..2b4479118 100644
--- a/base/server/python/pki/server/deployment/pkiparser.py
+++ b/base/server/python/pki/server/deployment/pkiparser.py
@@ -1,4 +1,3 @@
-#!/usr/bin/python -t
# Authors:
# Matthew Harmsen <mharmsen@redhat.com>
#