(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
12 files changed:
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
import os
# flake8: noqa
# DO NOT EDIT
-#!/usr/bin/env python
+#!/usr/bin/env python3
# coding: utf-8
# # Box Plots
# flake8: noqa
# DO NOT EDIT
-#!/usr/bin/env python
+#!/usr/bin/env python3
# coding: utf-8
# # M-Estimators for Robust Linear Modeling
-#!/usr/bin/env python
+#!/usr/bin/env python3
'''
Quantile regression model
-#!/usr/bin/env python
+#!/usr/bin/env python3
import numpy as np
from statsmodels.sandbox.pca import Pca
-#!/usr/bin/env python
+#!/usr/bin/env python3
from __future__ import print_function
from statsmodels.compat.python import reduce
import sys
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Backport pull requests to a particular branch.
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Code maintenance script modified from PyMC
"""
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import glob
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
This will generate an API file for formula. in dir/statsmodels/formula/api.py
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Simple tools to query github.com and gather stats about issues.
Copied from IPython 732be29
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
This script installs the trunk version, builds the docs, then uploads them
to ...