[Zope-Checkins] CVS: Zope2 - Image.py:1.105.2.10

Brian Lloyd brian@digicool.com
Wed, 23 Aug 2000 16:43:55 -0400


Update of /cvs-repository/Zope2/lib/python/OFS
In directory korak.digicool.com:/home/brian/temp/test_22/lib/python/OFS

Modified Files:
      Tag: Zope-2_2-branch
	Image.py 
Log Message:
Fixed the return value of Image.index_html() to be consistent (usually 
returns a string, but it was returning a RESPONSE if the object was 
not modified). Now returns a string in both cases, which is less 
surprising and annoying for Dieter Maurer :)