aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2014-09-12 12:29:12 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2014-09-12 12:30:09 -0500
commit0c32c7fe8338d2689d7afafa5164f03fa440bd47 (patch)
treec85adf7498cac9734813b91a855f60cc11979555 /setup.py
parent9156ab68d0cb251bd47ab832912bfc59156653fc (diff)
downloadmediagoblin-0c32c7fe8338d2689d7afafa5164f03fa440bd47.tar.lz
mediagoblin-0c32c7fe8338d2689d7afafa5164f03fa440bd47.tar.xz
mediagoblin-0c32c7fe8338d2689d7afafa5164f03fa440bd47.zip
py2.7 compatibility with open(..., encoding="utf-8"), use io.open
This commit sponsored by Peter Baumgarten. Thank you!
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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