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

Add Python 3 support #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 23, 2019

  1. Basic Python 3 fixes

    Use print function rather than print statement;
    use Python 3 C API; replace 'except x,y' with 'except x as y';
    use 'range' rather than 'xrange'.
    This should make everything work with Python 3.
    benmwebb committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    2e2ee3e View commit details
    Browse the repository at this point in the history