aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/lintChanges.py
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-02-18 09:06:13 -0500
committerDavid Goulet <dgoulet@torproject.org>2020-02-18 09:06:13 -0500
commit17724a7cdeb9b98539831f1164a82784f1fb050f (patch)
tree5c7c8a9c973a1fcb5d13aeee37d9b4b8d71a4323 /scripts/maint/lintChanges.py
parentd3c23b079a193ba8e820f51ec00740bf63b8d73f (diff)
parent674a821fbbdc9ca0a3af02129d463ec1e700094f (diff)
downloadtor-17724a7cdeb9b98539831f1164a82784f1fb050f.tar.gz
tor-17724a7cdeb9b98539831f1164a82784f1fb050f.zip
Merge branch 'tor-github/pr/1743'
Diffstat (limited to 'scripts/maint/lintChanges.py')
-rwxr-xr-xscripts/maint/lintChanges.py2
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