The bug was in pandas/tests/io/generate_legacy_storage_files.py
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: no
Gbp-Pq: Name fix_shebangs.patch
-#!/usr/bin/env python
+#!/usr/bin/env python3
import sys
import math
-#!/usr/bin/env python
+#!/usr/bin/env python3
def show_versions(as_json=False):
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Python script for building documentation.
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Top level ``eval`` module.
"""
-#!/usr/env/bin python
+#!/usr/bin/env python3
"""
self-contained to write legacy storage (pickle/msgpack) files
-#!/usr/bin/env python
+#!/usr/bin/env python3
# coding: utf-8
import pytest
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- encoding:utf-8 -*-
"""
Script to generate contributor and pull request lists
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""Fetch wheels from wheels.scipy.org for a pandas version."""
import argparse
import pathlib
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Script that compares the signature arguments with the ones in the docsting
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Analyze docstrings to detect errors.
-#!/usr/bin/env python
+#!/usr/bin/env python3
"""
Parts of this file were taken from the pyzmq project