From: Christopher Allan Webber Date: Fri, 12 Sep 2014 17:29:12 +0000 (-0500) Subject: py2.7 compatibility with open(..., encoding="utf-8"), use io.open X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0c32c7fe8338d2689d7afafa5164f03fa440bd47;p=mediagoblin.git py2.7 compatibility with open(..., encoding="utf-8"), use io.open This commit sponsored by Peter Baumgarten. Thank you! --- diff --git a/setup.py b/setup.py index 0c182e98..0d4af5ab 100644 --- 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