[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/content - file.py:1.6.12.1

Garrett Smith garrett at mojave-corp.com
Thu Feb 26 00:11:29 EST 2004


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

Modified Files:
      Tag: garrett-widgets2-branch
	file.py 
Log Message:
Yet another branch for widgets refactoring (YABFWR).


=== Zope3/src/zope/app/interfaces/content/file.py 1.6 => 1.6.12.1 ===
--- Zope3/src/zope/app/interfaces/content/file.py:1.6	Wed Feb  4 14:17:36 2004
+++ Zope3/src/zope/app/interfaces/content/file.py	Thu Feb 26 00:10:57 2004
@@ -24,7 +24,7 @@
     contentType = zope.schema.BytesLine(
         title = _(u'Content Type'),
         description=_(u'The content type identifies the type of data.'),
-        default = 'text/plain',
+        default='text/plain',
         required=False
         )
 




More information about the Zope3-Checkins mailing list