[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.20
Andreas Jung
andreas@digicool.com
Wed, 23 May 2001 11:46:46 -0400
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes/PathIndex
Modified Files:
Tag: ajung-dropin-registry
PathIndex.py
Log Message:
now compliant to interface
--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py 2001/05/23 13:13:05 1.1.2.19
+++ PathIndex.py 2001/05/23 15:46:43 1.1.2.20
@@ -351,6 +351,12 @@
return res, (self.id,)
else:
return None
+
+
+ def uniqueValues(self,name=None,withLength=0):
+ """ need to be consistent with the interface """
+
+ return self._index.keys()