[Checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/hash.py	Added more to hash file to satisfy hmac.py
    matt@zope.com 
    cvs-admin at zope.org
       
    Fri Nov 21 13:12:45 EST 2008
    
    
  
Log message for revision 93244:
  Added more to hash file to satisfy hmac.py
  
Changed:
  U   ZODB/branches/matt-python-versions/src/ZEO/hash.py
-=-
Modified: ZODB/branches/matt-python-versions/src/ZEO/hash.py
===================================================================
--- ZODB/branches/matt-python-versions/src/ZEO/hash.py	2008-11-21 16:06:39 UTC (rev 93243)
+++ ZODB/branches/matt-python-versions/src/ZEO/hash.py	2008-11-21 18:12:45 UTC (rev 93244)
@@ -26,3 +26,4 @@
     import sha
     sha1 = sha.new
     new = sha1
+    digest_size = sha.digest_size
    
    
More information about the Checkins
mailing list