diff -r d8de1ac21f36 -r 432f87a63057 cubicweb/ext/html4zope.py --- a/cubicweb/ext/html4zope.py Wed Oct 05 15:28:43 2016 +0200 +++ b/cubicweb/ext/html4zope.py Fri Sep 30 18:25:08 2016 +0200 @@ -1,29 +1,8 @@ # Author: David Goodger -# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved. -# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr -# -# This file is part of CubicWeb. -# -# CubicWeb is free software: you can redistribute it and/or modify it under the -# terms of the GNU Lesser General Public License as published by the Free -# Software Foundation, either version 2.1 of the License, or (at your option) -# any later version. -# -# CubicWeb is distributed in the hope that it will be useful, but WITHOUT -# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more -# details. -# -# You should have received a copy of the GNU Lesser General Public License along -# with CubicWeb. If not, see . -""" - -""" # Contact: goodger@users.sourceforge.net # Revision: $Revision: 1.2 $ # Date: $Date: 2005-07-04 16:36:50 $ # Copyright: This module has been placed in the public domain. - """ Simple HyperText Markup Language document tree Writer. @@ -35,8 +14,6 @@ http://cvs.zope.org/Zope/lib/python/docutils/writers/Attic/html4zope.py?rev=1.1.2.2&only_with_tag=ajung-restructuredtext-integration-branch&content-type=text/vnd.viewcvs-markup """ -__docformat__ = 'reStructuredText' - import os from logilab.mtconverter import xml_escape