projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9156ab6
)
py2.7 compatibility with open(..., encoding="utf-8"), use io.open
author
Christopher Allan Webber
<cwebber@dustycloud.org>
Fri, 12 Sep 2014 17:29:12 +0000
(12:29 -0500)
committer
Christopher 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
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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