py2.7 compatibility with open(..., encoding="utf-8"), use io.open

This commit sponsored by Peter Baumgarten.  Thank you!
This commit is contained in:
Christopher Allan Webber 2014-09-12 12:29:12 -05:00
parent 9156ab68d0
commit 0c32c7fe83

View File

@ -17,6 +17,7 @@
from __future__ import print_function
from setuptools import setup, find_packages
from io import open
import os
import re