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 /tools/find_deprecated_escaped_characters.py | |
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 'tools/find_deprecated_escaped_characters.py')
-rw-r--r-- | tools/find_deprecated_escaped_characters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/find_deprecated_escaped_characters.py b/tools/find_deprecated_escaped_characters.py index 401366bca..22efaae65 100644 --- a/tools/find_deprecated_escaped_characters.py +++ b/tools/find_deprecated_escaped_characters.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 r""" Look for escape sequences deprecated in Python 3.6. |