summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests/randdec.py
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2014-01-16 13:33:27 (GMT)
committerStefan Krah <skrah@bytereef.org>2014-01-16 13:33:27 (GMT)
commit16540408f49c6f4a4dd2a59ca27ad8f84dbb3266 (patch)
treeed11ae211db66e69efee645f6d7523b8ddc54725 /Modules/_decimal/tests/randdec.py
parentcbefe3b9a0b9efe0e14b53c8737a633f81c22dd2 (diff)
downloadcpython-16540408f49c6f4a4dd2a59ca27ad8f84dbb3266.zip
cpython-16540408f49c6f4a4dd2a59ca27ad8f84dbb3266.tar.gz
cpython-16540408f49c6f4a4dd2a59ca27ad8f84dbb3266.tar.bz2
Issue #19936: Disable shebang lines in order to prevent using a random
system python.
Diffstat (limited to 'Modules/_decimal/tests/randdec.py')
-rw-r--r--Modules/_decimal/tests/randdec.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_decimal/tests/randdec.py b/Modules/_decimal/tests/randdec.py
index ca0f0d1..d667f79 100644
--- a/Modules/_decimal/tests/randdec.py
+++ b/Modules/_decimal/tests/randdec.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
#
# Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
#