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

Guido van Rossum guido@python.org
Sat, 4 Jan 2003 09:08:11 -0500


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

Modified Files:
	content_types.py 
Log Message:
Add Shockwave Flash.


=== Zope3/src/zope/app/content_types.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/content_types.py:1.2	Wed Dec 25 09:12:24 2002
+++ Zope3/src/zope/app/content_types.py	Sat Jan  4 09:08:08 2003
@@ -72,6 +72,7 @@
     ('.xml', 'text/xml'),
     ('.xsl', 'text/xsl'),
     ('.xul', 'text/xul'),
+    ('.swf', 'application/x-shockwave-flash'),
     )
 for name, val in _addtypes:
     mimetypes.types_map[name] = val