[Zope3-checkins] CVS: Zope3/src/zope/app - content_types.py:1.7

Sidnei da Silva sidnei at x3ng.com.br
Fri Jan 16 14:23:49 EST 2004


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

Modified Files:
	content_types.py 
Log Message:
Add .csv as a known content type.


=== Zope3/src/zope/app/content_types.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/content_types.py:1.6	Thu Nov 20 02:29:24 2003
+++ Zope3/src/zope/app/content_types.py	Fri Jan 16 14:23:49 2004
@@ -73,6 +73,7 @@
     ('.xsl', 'text/xml'),
     ('.xul', 'application/vnd.mozilla.xul+xml'),
     ('.swf', 'application/x-shockwave-flash'),
+    ('.csv', 'text/csv'),
     )
 for name, val in _addtypes:
     mimetypes.types_map[name] = val




More information about the Zope3-Checkins mailing list