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

Added Python 3 Compatibility #9

Merged
merged 1 commit into from
Sep 29, 2016
Merged

Added Python 3 Compatibility #9

merged 1 commit into from
Sep 29, 2016

Commits on Sep 29, 2016

  1. Added Python 3 Compatibility

    Python 3 compatibility is implemented by removing `has_key` and
    using `__future__` for print function support. Also added
    ImageMagick as a requirement in README.md (since the `convert`
    command is part of ImageMagick).
    TCYRUS committed Sep 29, 2016
    Configuration menu
    Copy the full SHA
    d625852 View commit details
    Browse the repository at this point in the history