summaryrefslogtreecommitdiff
path: root/Tools/scripts/diff.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-26 18:01:08 +0200
committerÉric Araujo <merwok@netwok.org>2011-07-26 18:01:08 +0200
commitad964ab2a87c76505297dfe8eb6ae3e6dda1f94b (patch)
tree07d6f5ccb210f808e6dcbc3a9ca5684aec8e48f4 /Tools/scripts/diff.py
parent89b5ad3d5fede793aaef0fcfecd91a7104b2b8b2 (diff)
downloadcpython-ad964ab2a87c76505297dfe8eb6ae3e6dda1f94b.tar.gz
Fix missing or wrong shebangs and missing 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 52dcab1ff9..9efb078fb8 100644..100755
--- a/Tools/scripts/diff.py
+++ b/Tools/scripts/diff.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
""" Command line interface to difflib.py providing diffs in four formats:
* ndiff: lists every line and highlights interline changes.