summaryrefslogtreecommitdiff
path: root/Lib/test/test_sets.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-16 18:59:17 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-16 18:59:17 +0200
commite0ed2d75c8bce7f0fc76c55c957052aa8a0756f2 (patch)
treef7189504e53c1be575130aff11c7e5688f975784 /Lib/test/test_sets.py
parent09421f82eb1394c4df933f8796ff668eb59f2492 (diff)
downloadcpython-git-e0ed2d75c8bce7f0fc76c55c957052aa8a0756f2.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.
Diffstat (limited to 'Lib/test/test_sets.py')
-rw-r--r--Lib/test/test_sets.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_sets.py b/Lib/test/test_sets.py
index 0754ed74fc..319bdcb5fb 100644
--- a/Lib/test/test_sets.py
+++ b/Lib/test/test_sets.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
import unittest, operator, copy, pickle, random
from test import test_support