[Zope-Checkins] CVS: Zope2 - Vocabulary.py:1.1.2.2

Andreas Jung andreas@digicool.com
Tue, 29 May 2001 10:45:17 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex
In directory yetix:/tmp/Zope2/lib/python/Products/PluginIndexes/TextIndex

Modified Files:
      Tag: ajung-dropin-registry
	Vocabulary.py 
Log Message:




--- Updated File Vocabulary.py in package Zope2 --
--- Vocabulary.py	2001/05/24 15:57:01	1.1.2.1
+++ Vocabulary.py	2001/05/29 14:45:16	1.1.2.2
@@ -89,8 +89,8 @@
 from Acquisition import Implicit
 from Persistence import Persistent
 from OFS.SimpleItem import Item
-from Products.PluginIndexes.common import Lexicon, GlobbingLexicon
-from Products.PluginIndexes.common.Lexicon import stop_word_dict
+from Products.PluginIndexes.TextIndex import Lexicon, GlobbingLexicon
+from Products.PluginIndexes.TextIndex.Lexicon import stop_word_dict
 
 manage_addVocabularyForm=DTMLFile('dtml/addVocabulary',globals())