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

Brian Lloyd brian at zope.com
Mon Aug 25 10:55:40 EDT 2003


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

Modified Files:
	__init__.py 
Log Message:
better md5 hack for now.


=== Products/ZopeOrg-NV/__init__.py 1.37 => 1.38 ===
 
 def MD5(self, RESPONSE=None):
     """monkey patch"""
-    # This is evil - write on read, but avoids a conversion effort.
+    # temp hack
     if not getattr(self, '_md5_ok', 0):
-        self._calculateMD5()
+        return ''
     return getattr(aq_base(self), '_md5', '')
 
 





More information about the zopeorg-checkins mailing list