summaryrefslogtreecommitdiff
path: root/numpy/f2py/func2subr.py
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2020-03-04 16:22:40 +0800
committerChangqing Li <changqing.li@windriver.com>2020-03-04 16:22:40 +0800
commit583901a074dc65145d3d6136ba7dcd02634d680b (patch)
tree6cff7c4fc61452c597352dcfe210ea79c6c57163 /numpy/f2py/func2subr.py
parent6894bbc6d396b87464cbc21516d239d5f94f13b7 (diff)
downloadnumpy-583901a074dc65145d3d6136ba7dcd02634d680b.tar.gz
convert shebang from python to python3 (#15687)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Diffstat (limited to 'numpy/f2py/func2subr.py')
-rw-r--r--numpy/f2py/func2subr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/func2subr.py b/numpy/f2py/func2subr.py
index 8e18a3236..e9976f43c 100644
--- a/numpy/f2py/func2subr.py
+++ b/numpy/f2py/func2subr.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Rules for building C/API module with f2py2e.