summaryrefslogtreecommitdiff
path: root/tests/test_linkcode.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_linkcode.py')
-rw-r--r--tests/test_linkcode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_linkcode.py b/tests/test_linkcode.py
index b4b333328..365e826f5 100644
--- a/tests/test_linkcode.py
+++ b/tests/test_linkcode.py
@@ -16,7 +16,7 @@ from util import *
def test_html(app):
app.builder.build_all()
- fp = open(os.path.join(app.outdir, 'objects.html'), 'rb')
+ fp = open(os.path.join(app.outdir, 'objects.html'), 'r')
try:
stuff = fp.read()
finally: