diff -r 672acc730ce5 -r d628defebc17 goa/overrides/mttransforms.py --- a/goa/overrides/mttransforms.py Thu May 14 10:24:56 2009 +0200 +++ b/goa/overrides/mttransforms.py Thu May 14 11:38:40 2009 +0200 @@ -1,7 +1,7 @@ """mime type transformation engine for cubicweb, based on mtconverter :organization: Logilab -:copyright: 2001-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. +:copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr """ __docformat__ = "restructuredtext en" @@ -38,7 +38,7 @@ HAS_PIL_TRANSFORMS = False HAS_PYGMENTS_TRANSFORMS = False - + class html_to_text(Transform): inputs = HTML_MIMETYPES output = 'text/plain'