You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/whoosh/files/whoosh-2.7.4-tests-specify-...

14 lines
319 B

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