py2.7 compatibility with open(..., encoding="utf-8"), use io.open
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Sep 2014 17:29:12 +0000 (12:29 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 12 Sep 2014 17:30:09 +0000 (12:30 -0500)
This commit sponsored by Peter Baumgarten.  Thank you!

setup.py

index 0c182e98f11e637d2fa9ea7dc9344bcdc25e7576..0d4af5abe0c246cb314215ce82e6323b6f423a38 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@
 from __future__ import print_function
 
 from setuptools import setup, find_packages
+from io import open
 import os
 import re