From 16540408f49c6f4a4dd2a59ca27ad8f84dbb3266 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Thu, 16 Jan 2014 14:33:27 +0100 Subject: Issue #19936: Disable shebang lines in order to prevent using a random system python. --- Modules/_decimal/tests/bench.py | 2 -- Modules/_decimal/tests/deccheck.py | 2 -- Modules/_decimal/tests/randdec.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/Modules/_decimal/tests/bench.py b/Modules/_decimal/tests/bench.py index 7e4a210..56566cc 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 7a6b410..c4c5a44 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 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. # -- cgit v0.12