[Zodb-checkins] CVS: ZODB3/ZEO - ClientStorage.py:1.73.2.23.2.6
Jeremy Hylton
jeremy at zope.com
Wed Jun 11 16:02:39 EDT 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv3872
Modified Files:
Tag: tim-loading_oids_status-branch
ClientStorage.py
Log Message:
typo
=== ZODB3/ZEO/ClientStorage.py 1.73.2.23.2.5 => 1.73.2.23.2.6 ===
--- ZODB3/ZEO/ClientStorage.py:1.73.2.23.2.5 Wed Jun 11 14:42:54 2003
+++ ZODB3/ZEO/ClientStorage.py Wed Jun 11 15:02:38 2003
@@ -994,7 +994,7 @@
# Update the _loading_oids_invs dict for this oid,
# if necessary.
- d = self._loading_oids_invs.get(oid)
+ d = self._loading_oid_invs.get(oid)
if d is not None:
# load() is waiting for this. Mark the version
# as invalidated, so that load can invalidate it
More information about the Zodb-checkins
mailing list