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

Code is not currently python3 compatible. #68

Open
morriscb opened this issue Apr 4, 2017 · 0 comments
Open

Code is not currently python3 compatible. #68

morriscb opened this issue Apr 4, 2017 · 0 comments

Comments

@morriscb
Copy link
Contributor

morriscb commented Apr 4, 2017

Code fails on import when using python3.

Suggest adding

from __future__ import absolute_import, division, print_function

to the top of all python files to break the current code and fix the issues that arise. This should result in code that is cross compatible with python2 and python3.

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

No branches or pull requests

2 participants