[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.20

Andreas Jung andreas@digicool.com
Wed, 24 Apr 2002 11:46:40 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/PathIndex
In directory cvs.zope.org:/tmp/cvs-serv8163/PathIndex

Modified Files:
	PathIndex.py 
Log Message:
added getId() (added to interface specs)


=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.19 => 1.20 ===
         self.clear()
 
-
+    
+    def getId(self): return self.id
+        
     def clear(self):
         """ clear everything """