summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/diff.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-29 10:06:13 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-07-29 10:06:13 (GMT)
commit0fb681ea5065bbdba792e04d46e02be088e95ed6 (patch)
treecfb3178a4b6661d3fdd34b88bd259e041d984b47 /Tools/scripts/diff.py
parent299172bdbaaf767cbe4eb1ae425c6cfc9173f953 (diff)
downloadcpython-0fb681ea5065bbdba792e04d46e02be088e95ed6.zip
cpython-0fb681ea5065bbdba792e04d46e02be088e95ed6.tar.gz
cpython-0fb681ea5065bbdba792e04d46e02be088e95ed6.tar.bz2
Fix missing or shebangs and executable bits for scripts (#10318)
Diffstat (limited to 'Tools/scripts/diff.py')
-rwxr-xr-x[-rw-r--r--]Tools/scripts/diff.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/diff.py b/Tools/scripts/diff.py
index 52dcab1..513e2a7 100644..100755
--- a/Tools/scripts/diff.py
+++ b/Tools/scripts/diff.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
""" Command line interface to difflib.py providing diffs in four formats:
* ndiff: lists every line and highlights interline changes.