[Zope3-checkins] CVS: Zope3/src/zope/app/content - image.py:1.6
Steve Alexander
steve@cat-box.net
Wed, 12 Mar 2003 05:05:14 -0500
Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv11119/src/zope/app/content
Modified Files:
image.py
Log Message:
pruned whitespace
=== Zope3/src/zope/app/content/image.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/content/image.py:1.5 Mon Feb 3 10:08:32 2003
+++ Zope3/src/zope/app/content/image.py Wed Mar 12 05:05:08 2003
@@ -73,7 +73,7 @@
h = '?'
bytes = self._image.getSize()
return '%s %sx%s' % (byteDisplay(bytes), w, h)
-
+
def getImageInfo(data):
data = str(data)
size = len(data)