[zopeorg-checkins] CVS: Products/ZopeOrg-NV - __init__.py:1.35

Brian Lloyd brian at zope.com
Mon Aug 25 09:59:37 EDT 2003


Update of /cvs-zopeorg/Products/ZopeOrg-NV
In directory cvs.zope.org:/tmp/cvs-serv4348

Modified Files:
	__init__.py 
Log Message:
fix bug


=== Products/ZopeOrg-NV/__init__.py 1.34 => 1.35 ===
 # Hack to fix MD5 sums for CMFPackage SW release files. This really
 # should go back into that product, once the owner is identified.
 
-def MD5(self, RESPONSE):
+def MD5(self, RESPONSE=None):
     """monkey patch"""
     v = getattr(aq_base(self), '_md5', '')
     if v and v[0] == '0':





More information about the zopeorg-checkins mailing list