ntfy icon indicating copy to clipboard operation
ntfy copied to clipboard

Use unicode_literals for better Py2/3 compatibility

Open eykd opened this issue 9 years ago • 0 comments

The traditional way of managing Python 2.7/3.x compatibility is to use from __future__ import unicode_literals, allowing for a more disciplined string/bytes distinction. That would probably be a good direction for this package, and would help avoid problems like #115.

eykd avatar Sep 12 '16 13:09 eykd