diff options
| author | Changqing Li <changqing.li@windriver.com> | 2020-03-04 16:22:40 +0800 |
|---|---|---|
| committer | Changqing Li <changqing.li@windriver.com> | 2020-03-04 16:22:40 +0800 |
| commit | 583901a074dc65145d3d6136ba7dcd02634d680b (patch) | |
| tree | 6cff7c4fc61452c597352dcfe210ea79c6c57163 /numpy/testing | |
| parent | 6894bbc6d396b87464cbc21516d239d5f94f13b7 (diff) | |
| download | numpy-583901a074dc65145d3d6136ba7dcd02634d680b.tar.gz | |
convert shebang from python to python3 (#15687)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Diffstat (limited to 'numpy/testing')
| -rwxr-xr-x | numpy/testing/print_coercion_tables.py | 2 | ||||
| -rwxr-xr-x | numpy/testing/setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/testing/print_coercion_tables.py b/numpy/testing/print_coercion_tables.py index 84d46b59b..8024df128 100755 --- a/numpy/testing/print_coercion_tables.py +++ b/numpy/testing/print_coercion_tables.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 """Prints type-coercion tables for the built-in NumPy types """ diff --git a/numpy/testing/setup.py b/numpy/testing/setup.py index c061b688a..f4970991c 100755 --- a/numpy/testing/setup.py +++ b/numpy/testing/setup.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 def configuration(parent_package='',top_path=None): from numpy.distutils.misc_util import Configuration |
