[Zope-Checkins] CVS: Zope2 - ZCatalog.py:1.88.6.18
Andreas Jung
andreas@digicool.com
Thu, 24 May 2001 11:56:38 -0400
Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/ZCatalog
Modified Files:
Tag: ajung-dropin-registry
ZCatalog.py
Log Message:
--- Updated File ZCatalog.py in package Zope2 --
--- ZCatalog.py 2001/05/24 15:46:18 1.88.6.17
+++ ZCatalog.py 2001/05/24 15:56:36 1.88.6.18
@@ -97,11 +97,11 @@
from DocumentTemplate.DT_Util import Eval
from AccessControl.Permission import name_trans
from Catalog import Catalog, CatalogError
-from Vocabulary import Vocabulary
from AccessControl import getSecurityManager, full_read_guard
from zLOG import LOG, ERROR
from ZCatalogIndexes import ZCatalogIndexes
from Products.PluginIndexes.common.PluggableIndex import PluggableIndexInterface
+from Products.PluginIndexes.TextIndex.Vocabulary import Vocabulary
import string, urllib, os, sys, time
StringType=type('')