Update package to Python 3 compatibility

Issue #4 resolved
Jason Vander Heiden created an issue

Use: from __future__ import absolute_import, division, print_function

Don't use: unicode_literals

Comments (2)

  1. Jason Vander Heiden reporter

    Package has been updated in the 'Python3 conversion' branch. I abandoned the idea of a version that works with both Python 2 and 3.

  2. Log in to comment