[Zodb-checkins] SVN: ZODB/branches/matt-python-versions/src/ZEO/hash.py Slight hack to appease hmac's digestmod reqs.
matt@zope.com
cvs-admin at zope.org
Thu Nov 20 17:41:05 EST 2008
Log message for revision 93197:
Slight hack to appease hmac's digestmod reqs.
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-20 21:34:24 UTC (rev 93196)
+++ ZODB/branches/matt-python-versions/src/ZEO/hash.py 2008-11-20 22:41:05 UTC (rev 93197)
@@ -24,3 +24,4 @@
else:
import sha
sha1 = sha.new
+ new = sha1
More information about the Zodb-checkins
mailing list