[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndexNG/converters - null.py:1.1.2.3
Andreas Jung
andreas@digicool.com
Sat, 2 Mar 2002 09:43:32 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndexNG/converters
In directory cvs.zope.org:/tmp/cvs-serv26446/converters
Modified Files:
Tag: ajung-textindexng-branch
null.py
Log Message:
changed mimetype
=== Zope/lib/python/Products/PluginIndexes/TextIndexNG/converters/null.py 1.1.2.2 => 1.1.2.3 ===
class Converter(BaseConverter):
- content_type = ('*',)
+ content_type = ('text/plain',)
content_description = "Null converter"
def convert(self, s):