httpretty: working build for python3

This commit is contained in:
Allen Nelson
2016-04-25 11:55:43 -05:00
parent a6f7e0a8a2
commit db3ffaa8f0
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
--- setup.py 2016-04-18 10:44:27.915536022 -0500
+++ setup-new.py 2016-04-18 10:44:13.515537377 -0500
@@ -75,7 +75,7 @@
local_file = lambda *f: \
- open(os.path.join(os.path.dirname(__file__), *f)).read()
+ open(os.path.join(os.path.dirname(__file__), *f), encoding="utf-8").read()
install_requires, dependency_links = \