summaryrefslogtreecommitdiff
path: root/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-utf8.patch
blob: 94636c199a4c97431b2fba0920adee97eed032d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Python 2 requires specifying the file encoding
See also:
https://www.python.org/dev/peps/pep-0263/
https://bugs.gentoo.org/show_bug.cgi?id=608324

--- a/tests/test_reading.py
+++ b/tests/test_reading.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 from __future__ import with_statement
 import random, threading, time