Update package to Python 3 compatibility

Issue #13 resolved
Jason Vander Heiden created an issue

Use: from future import absolute_import, division, print_function

Don't use: unicode_literals

Comments (1)

  1. Jason Vander Heiden reporter

    Package is updated to Python 3 in the 'Python3 conversion' branch. Abandoned Python 2 support.

  2. Log in to comment