[Zodb-checkins] CVS: ZODB3/ZEO/zrpc - smac.py:1.40

Tim Peters tim.one at comcast.net
Thu Oct 2 18:14:35 EDT 2003


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

Modified Files:
	smac.py 
Log Message:
Whitespace normalization.


=== ZODB3/ZEO/zrpc/smac.py 1.39 => 1.40 ===
--- ZODB3/ZEO/zrpc/smac.py:1.39	Thu Oct  2 14:17:20 2003
+++ ZODB3/ZEO/zrpc/smac.py	Thu Oct  2 18:14:03 2003
@@ -101,7 +101,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
@@ -116,7 +116,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