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

Python 3 Compatibility #2

Open
kmader opened this issue Jul 9, 2017 · 1 comment
Open

Python 3 Compatibility #2

kmader opened this issue Jul 9, 2017 · 1 comment

Comments

@kmader
Copy link

kmader commented Jul 9, 2017

It would be great if the code could be made py3 compatible. The current blockers are the print commands and the relative imports

@cclauss
Copy link

cclauss commented Jul 10, 2017

Also xrange()

    # stop the build if there are Python syntax errors or undefined names
    - flake8 . --count --select=E901,E999,F821,F822,F823 --statistics
    # exit-zero treats all errors as warnings.  The GitHub editor is 127 chars wide
    - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants