summaryrefslogtreecommitdiff
path: root/Lib/test/test_eof.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-16 17:15:49 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-16 17:15:49 +0200
commit43b53737ca5727e909f644f1419a254e65f60faf (patch)
treebf1de82281200de3ae2f2dd1a508960fa6da4732 /Lib/test/test_eof.py
parent38933685dbd645e0f5ec391eead4e3f3e95b2583 (diff)
downloadcpython-43b53737ca5727e909f644f1419a254e65f60faf.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 line to use python3 executable in the unittestgui script.
Diffstat (limited to 'Lib/test/test_eof.py')
-rw-r--r--Lib/test/test_eof.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_eof.py b/Lib/test/test_eof.py
index fb4ac9a639..52e7932c1a 100644
--- a/Lib/test/test_eof.py
+++ b/Lib/test/test_eof.py
@@ -1,4 +1,3 @@
-#! /usr/bin/env python3
"""test script for a few new invalid token catches"""
import unittest