[Zodb-checkins] CVS: ZODB3/ZEO - simul.py:1.12.8.2.18.5
Jeremy Hylton
cvs-admin at zope.org
Wed Dec 3 00:25:19 EST 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv16485
Modified Files:
Tag: Zope-2_6-branch
simul.py
Log Message:
Fix syntax error.
=== ZODB3/ZEO/simul.py 1.12.8.2.18.4 => 1.12.8.2.18.5 ===
--- ZODB3/ZEO/simul.py:1.12.8.2.18.4 Wed Dec 3 00:23:56 2003
+++ ZODB3/ZEO/simul.py Wed Dec 3 00:25:18 2003
@@ -629,6 +629,8 @@
# cache with a list of objects that will be accessed more than
# once and only cache those objects.
+ pass
+
class CircularCacheSimulation(Simulation):
# The cache is managed as a single file with a pointer that
More information about the Zodb-checkins
mailing list