[Zodb-checkins] CVS: StandaloneZODB/ZEO - ClientCache.py:1.18.6.3

Jeremy Hylton jeremy@zope.com
Wed, 16 Jan 2002 20:43:49 -0500


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

Modified Files:
      Tag: Standby-branch
	ClientCache.py 
Log Message:
Reindent comment.




=== StandaloneZODB/ZEO/ClientCache.py 1.18.6.2 => 1.18.6.3 ===
 
     def open(self):
-         # XXX open is overloaded to perform two tasks for
-         # optimization reasons  
+        # XXX open is overloaded to perform two tasks for
+        # optimization reasons  
         self._acquire()
         try:
             self._index=index={}