[Zope3-checkins] CVS: Zope3/src/zope/app/content - image.py:1.10

Fred L. Drake, Jr. fred at zope.com
Tue Aug 19 11:37:52 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/content
In directory cvs.zope.org:/tmp/cvs-serv24994

Modified Files:
	image.py 
Log Message:
remove unused variable initialization


=== Zope3/src/zope/app/content/image.py 1.9 => 1.10 ===
--- Zope3/src/zope/app/content/image.py:1.9	Wed Aug  6 10:45:10 2003
+++ Zope3/src/zope/app/content/image.py	Tue Aug 19 10:37:44 2003
@@ -38,7 +38,6 @@
     def setData(self, data):
         super(Image, self).setData(data)
 
-        contentType = None
         contentType, self._width, self._height = getImageInfo(self.data)
         if contentType:
             self.contentType = contentType




More information about the Zope3-Checkins mailing list