Commit 8c301e29 authored by Michel Pelletier's avatar Michel Pelletier

Fixed from Lexicon import * bug

parent c24f4ce9
......@@ -92,7 +92,7 @@ is no longer known.
"""
__version__='$Revision: 1.16 $'[11:-2]
__version__='$Revision: 1.17 $'[11:-2]
from Globals import Persistent
import BTree, IIBTree, IOBTree, OIBTree
......@@ -107,7 +107,7 @@ from string import strip
import string, regex, regsub, pdb
from Lexicon import *
from Lexicon import Lexicon, query
from ResultList import ResultList
class UnTextIndex(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