diff options
author | Stefan Krah <skrah@bytereef.org> | 2014-01-16 14:43:22 +0100 |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2014-01-16 14:43:22 +0100 |
commit | 7936c81d517fa0165b14d893a946855d2cb48fa1 (patch) | |
tree | b75a2787e76c74a59f6c31f207998eadce4a6483 | |
parent | aabebde358a9a9630e7afb03b4bc4bd217774ef3 (diff) | |
parent | 16540408f49c6f4a4dd2a59ca27ad8f84dbb3266 (diff) | |
download | cpython-git-7936c81d517fa0165b14d893a946855d2cb48fa1.tar.gz |
Merge from 3.3.
-rw-r--r-- | Modules/_decimal/tests/bench.py | 2 | ||||
-rw-r--r-- | Modules/_decimal/tests/deccheck.py | 2 | ||||
-rw-r--r-- | Modules/_decimal/tests/randdec.py | 2 |
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. # |