Commit 1215896a authored by 's avatar

Added 2.1.1 import order fix.

parent 6a75bd86
...@@ -202,7 +202,7 @@ Notes on a new text index design ...@@ -202,7 +202,7 @@ Notes on a new text index design
space. space.
""" """
__version__='$Revision: 1.24 $'[11:-2] __version__='$Revision: 1.25 $'[11:-2]
from Globals import Persistent from Globals import Persistent
import BTree, IIBTree import BTree, IIBTree
...@@ -214,7 +214,7 @@ from Splitter import Splitter ...@@ -214,7 +214,7 @@ from Splitter import Splitter
from string import strip from string import strip
import string, ts_regex, regex import string, ts_regex, regex
from Lexicon import * from Lexicon import Lexicon, query, stop_word_dict
from ResultList import ResultList from ResultList import ResultList
class TextIndex(Persistent): class TextIndex(Persistent):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment