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

This commit is contained in:
Jenkins 2014-05-23 17:57:30 +00:00 committed by Gerrit Code Review
commit 59c75d536e
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.
# 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
to automatically identify and fix typographical errors.