]> granicus.if.org Git - python/commitdiff
Issue #19936: Disable shebang lines in order to prevent using a random
authorStefan Krah <skrah@bytereef.org>
Thu, 16 Jan 2014 13:33:27 +0000 (14:33 +0100)
committerStefan Krah <skrah@bytereef.org>
Thu, 16 Jan 2014 13:33:27 +0000 (14:33 +0100)
system python.

Modules/_decimal/tests/bench.py
Modules/_decimal/tests/deccheck.py
Modules/_decimal/tests/randdec.py

index 7e4a210cd5a83e29db0d950418ce926815c8745c..56566cc339058f761a8e5d3006684843e8aec3ac 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (C) 2001-2012 Python Software Foundation. All Rights Reserved.
 # Modified and extended by Stefan Krah.
index 7a6b4109c20d8c288f2388f3c094d37e34251178..c4c5a4461d5b9d6bf2b81c356d07609c28e4ca08 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
 #
index ca0f0d17753c4c52bdac6420306593cc1a0e1dd2..d667f79f2c92f3b27a492515fba9ce82c0e1a34f 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 #
 # Copyright (c) 2008-2012 Stefan Krah. All rights reserved.
 #