summaryrefslogtreecommitdiff
path: root/Tools/clinic
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-16 17:33:23 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-16 17:33:23 +0200
commit4c9c3a61e51810a544e23997710fe92298ae5112 (patch)
tree3e5876f2be98f416b63c6126b5be4bd9e591a143 /Tools/clinic
parent421f909b032c74366a6acc038f4e4261a759b73a (diff)
parent510c3a1d94e664c5984cb63035b81efad80d073d (diff)
downloadcpython-4c9c3a61e51810a544e23997710fe92298ae5112.tar.gz
Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang lines in the unittestgui and checkpip scripts.
Diffstat (limited to 'Tools/clinic')
-rw-r--r--Tools/clinic/clinic_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/clinic/clinic_test.py b/Tools/clinic/clinic_test.py
index e6c5c6c6d2..27ff0cba0c 100644
--- a/Tools/clinic/clinic_test.py
+++ b/Tools/clinic/clinic_test.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python3
-#
# Argument Clinic
# Copyright 2012-2013 by Larry Hastings.
# Licensed to the PSF under a contributor agreement.