[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - smac.py:1.38.6.6
Tim Peters
tim.one at comcast.net
Wed Jun 9 14:42:41 EDT 2004
Update of /cvs-repository/ZODB3/ZEO/zrpc
In directory cvs.zope.org:/tmp/cvs-serv20606/ZEO/zrpc
Modified Files:
Tag: Zope-2_7-branch
smac.py
Log Message:
Whitespace normalization.
=== ZODB3/ZEO/zrpc/smac.py 1.38.6.5 => 1.38.6.6 ===
--- ZODB3/ZEO/zrpc/smac.py:1.38.6.5 Mon Dec 22 14:56:21 2003
+++ ZODB3/ZEO/zrpc/smac.py Wed Jun 9 14:42:07 2004
@@ -105,7 +105,7 @@
# previous MAC; the state of the MAC generator depends on the
# history of operations it has performed. So the MACs must be
# generated in the same order they are verified.
-
+
# Each side is guaranteed to receive messages in the order
# they are sent, but there is no ordering constraint between
# message sends and receives. If the two sides are A and B
@@ -120,7 +120,7 @@
# could not be verified.
self.__hmac_send = None
self.__hmac_recv = None
-
+
self.__super_init(sock, map)
def setSessionKey(self, sesskey):
More information about the Zodb-checkins
mailing list