Use Python 3 in script shebangs
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 6 Feb 2021 16:48:16 +0000 (16:48 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sat, 6 Feb 2021 16:48:16 +0000 (16:48 +0000)
commit43f837946cef5f8be0ff12d367b3b0d37181f95d
treedaa97676c43b42a5bbb85ea8f8788874eb3af994
parentb0194dcc6ed428c738aef2d6ce93f16f0a1e5970
Use Python 3 in script shebangs

(Skipping the two .pyx files with #!python - they need to be compiled
with Cython, not directly run with any version of plain Python)

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no

Gbp-Pq: Name python3_shebangs.patch
archive/docs/fix_longtable.py
examples/python/plots_boxplots.py
examples/python/robust_models_1.py
statsmodels/regression/quantile_regression.py
statsmodels/sandbox/examples/example_pca.py
statsmodels/tools/print_version.py
tools/export_notebooks_to_python.py
tools/generate_formula_api.py