diff options
author | David Goulet <dgoulet@torproject.org> | 2020-02-18 09:06:13 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-02-18 09:06:13 -0500 |
commit | 17724a7cdeb9b98539831f1164a82784f1fb050f (patch) | |
tree | 5c7c8a9c973a1fcb5d13aeee37d9b4b8d71a4323 /scripts/maint/lintChanges.py | |
parent | d3c23b079a193ba8e820f51ec00740bf63b8d73f (diff) | |
parent | 674a821fbbdc9ca0a3af02129d463ec1e700094f (diff) | |
download | tor-17724a7cdeb9b98539831f1164a82784f1fb050f.tar.gz tor-17724a7cdeb9b98539831f1164a82784f1fb050f.zip |
Merge branch 'tor-github/pr/1743'
Diffstat (limited to 'scripts/maint/lintChanges.py')
-rwxr-xr-x | scripts/maint/lintChanges.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/lintChanges.py b/scripts/maint/lintChanges.py index 2d8b2c6f0d..cf7b09fcc3 100755 --- a/scripts/maint/lintChanges.py +++ b/scripts/maint/lintChanges.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Future imports for Python 2.7, mandatory in 3.0 from __future__ import division |