[Zodb-checkins] CVS: ZEO/ZEO - ClientStorage.py:1.35.6.4.2.7

Jeremy Hylton jeremy@zope.com
Tue, 21 May 2002 15:39:59 -0400


Update of /cvs-repository/ZEO/ZEO
In directory cvs.zope.org:/tmp/cvs-serv31557/ZEO

Modified Files:
      Tag: ZEO2-branch
	ClientStorage.py 
Log Message:
Remove unused debug kwarg to constructor


=== ZEO/ZEO/ClientStorage.py 1.35.6.4.2.6 => 1.35.6.4.2.7 ===
 
     def __init__(self, addr, storage='1', cache_size=20000000,
-                 name='', client='', debug=0, var=None,
+                 name='', client='', var=None,
                  min_disconnect_poll=5, max_disconnect_poll=300,
                  wait=0, read_only=0):