[Zodb-checkins] CVS: ZODB3/ZEO - ClientCache.py:1.39 ClientStorage.py:1.76
Guido van Rossum
guido@python.org
Mon, 7 Oct 2002 17:17:24 -0400
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv18954
Modified Files:
ClientCache.py ClientStorage.py
Log Message:
Get rid of $Id$ -- it's not seen much around here.
=== ZODB3/ZEO/ClientCache.py 1.38 => 1.39 ===
--- ZODB3/ZEO/ClientCache.py:1.38 Tue Oct 1 17:12:12 2002
+++ ZODB3/ZEO/ClientCache.py Mon Oct 7 17:16:53 2002
@@ -98,8 +98,6 @@
If var is not writable, then temporary files are used for
file 0 and file 1.
-
-$Id$
"""
import os
=== ZODB3/ZEO/ClientStorage.py 1.75 => 1.76 ===
--- ZODB3/ZEO/ClientStorage.py:1.75 Fri Oct 4 20:35:25 2002
+++ ZODB3/ZEO/ClientStorage.py Mon Oct 7 17:16:53 2002
@@ -19,8 +19,6 @@
ClientStorageError -- exception raised by ClientStorage
UnrecognizedResult -- exception raised by ClientStorage
ClientDisconnected -- exception raised by ClientStorage
-
-$Id$
"""
# XXX TO DO