[Zope3-checkins] CVS: Zope3/src/zope/app - content_types.py:1.6
Philipp von Weitershausen
cvs-admin at zope.org
Thu Nov 20 02:29:25 EST 2003
Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv7665
Modified Files:
content_types.py
Log Message:
Fix up file header acc to conventions.
=== Zope3/src/zope/app/content_types.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/content_types.py:1.5 Wed Oct 29 15:22:24 2003
+++ Zope3/src/zope/app/content_types.py Thu Nov 20 02:29:24 2003
@@ -10,8 +10,10 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-"""A utility module for content-type handling."""
-__version__='$Revision$'[11:-2]
+"""A utility module for content-type handling.
+
+$Id$
+"""
import re, mimetypes
@@ -28,8 +30,6 @@
else:
return 'text/plain'
-
-
# This gives us a hook to add content types that
# aren't currently listed in the mimetypes module.
More information about the Zope3-Checkins
mailing list