summaryrefslogtreecommitdiff
path: root/Modules/_decimal
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2014-01-16 14:33:27 +0100
committerStefan Krah <skrah@bytereef.org>2014-01-16 14:33:27 +0100
commit38933685dbd645e0f5ec391eead4e3f3e95b2583 (patch)
tree6d0785b9422df74adc6d65e210078cebfbf0da2d /Modules/_decimal
parent40364c7c80bb5af1cb3c349561ea14e35abc9b79 (diff)
downloadcpython-38933685dbd645e0f5ec391eead4e3f3e95b2583.tar.gz
Issue #19936: Disable shebang lines in order to prevent using a random
system python.
Diffstat (limited to 'Modules/_decimal')
-rw-r--r--Modules/_decimal/tests/bench.py2
-rw-r--r--Modules/_decimal/tests/deccheck.py2
-rw-r--r--Modules/_decimal/tests/randdec.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/Modules/_decimal/tests/bench.py b/Modules/_decimal/tests/bench.py
index 7e4a210cd5..56566cc339 100644
--- a/Modules/_decimal/tests/bench.py
+++ b/Modules/_decimal/tests/bench.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
#
# Copyright (C) 2001-2012 Python Software Foundation. All Rights Reserved.
# Modified and extended by Stefan Krah.
diff --git a/Modules/_decimal/tests/deccheck.py b/Modules/_decimal/tests/deccheck.py
index 7a6b4109c2..c4c5a4461d 100644
--- a/Modules/_decimal/tests/deccheck.py
+++ b/Modules/_decimal/tests/deccheck.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
#
# Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
#
diff --git a/Modules/_decimal/tests/randdec.py b/Modules/_decimal/tests/randdec.py
index ca0f0d1775..d667f79f2c 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.
#