[Zope-Checkins] CVS: ZODB3/ZEO/zrpc - smac.py:1.35

Guido van Rossum guido@python.org
Mon, 7 Oct 2002 17:16:54 -0400


Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv18954/zrpc

Modified Files:
	smac.py 
Log Message:
Get rid of $Id$ -- it's not seen much around here.

=== ZODB3/ZEO/zrpc/smac.py 1.34 => 1.35 ===
--- ZODB3/ZEO/zrpc/smac.py:1.34	Wed Oct  2 15:55:24 2002
+++ ZODB3/ZEO/zrpc/smac.py	Mon Oct  7 17:16:53 2002
@@ -11,10 +11,7 @@
 # FOR A PARTICULAR PURPOSE
 #
 ##############################################################################
-"""Sized message async connections
-
-$Id$
-"""
+"""Sized Message Async Connections."""
 
 import asyncore, struct
 import threading