We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d552c commit 572cf4dCopy full SHA for 572cf4d
ldoce5viewer/fulltext.py
@@ -1,7 +1,4 @@
1
-'''Full-text searcher for headwords/phrases/examples/definitions
2
-
3
-powered by the Whoosh FTS library
4
-'''
+'''Full-text searcher for headwords/phrases/examples/definitions'''
5
6
from __future__ import absolute_import
7
ldoce5viewer/incremental.py
@@ -1,5 +1,6 @@
'''Incremental searcher for headwords and phrases'''
+
from __future__ import unicode_literals
from __future__ import division
0 commit comments