use /usr/bin/env python instead of /usr/bin/python

Change-Id: Iaf021724a9eb06e32590e0d7d811c8fbf3161194
This commit is contained in:
Christian Berendt 2014-05-23 12:11:34 +02:00
parent b62e875bb1
commit b98d634dac
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# copyright: B1 Systems GmbH <info@b1-systems.de>, 2013. # copyright: B1 Systems GmbH <info@b1-systems.de>, 2013.
# author: Christian Berendt <berendt@b1-systems.de>, 2013. # author: Christian Berendt <berendt@b1-systems.de>, 2013.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
"""This script applies a set of regular expressions onto a set of files """This script applies a set of regular expressions onto a set of files
to automatically identify and fix typographical errors. to automatically identify and fix typographical errors.