[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.6

andreas@digicool.com andreas@digicool.com
Wed, 16 May 2001 15:39:05 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory korak.digicool.com:/tmp/cvs-serv5333

Modified Files:
      Tag: ajung-dropin-registry
	PathIndex.py 
Log Message:
changed constructore



--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py	2001/05/16 15:12:50	1.1.2.5
+++ PathIndex.py	2001/05/16 19:39:05	1.1.2.6
@@ -125,7 +125,7 @@
         SimpleItem.manage_options 
     )
 
-    def __init__(self,id,caller):
+    def __init__(self,id,caller=None):
         self.id = id
         self.clear()