Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change python scripts to use python3. #4043

Merged
merged 6 commits into from
Oct 23, 2020
Merged

Change python scripts to use python3. #4043

merged 6 commits into from
Oct 23, 2020

Commits on Sep 30, 2020

  1. Change python scripts to use python3.

    You have to install mysqlclient for python3;
    that has the same interface as mysqldb, which we used with python2.
    davidpanderson committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    506cb29 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Make python scripts work with python2 as well as python3

    - Use from __future__ import print_function
    - fix input/raw_input discrepancy
    davidpanderson committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d576344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b9cef View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Change python3 to python in 2 scripts

    These scripts work with python 2 and 3
    davidpanderson committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    43c98bf View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    0e7dab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697aebb View commit details
    Browse the repository at this point in the history