diff -r d8de1ac21f36 -r 432f87a63057 cubicweb/etwist/http.py --- a/cubicweb/etwist/http.py Wed Oct 05 15:28:43 2016 +0200 +++ b/cubicweb/etwist/http.py Fri Sep 30 18:25:08 2016 +0200 @@ -6,7 +6,7 @@ :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses """ -__docformat__ = "restructuredtext en" + class HTTPResponse(object): """An object representing an HTTP Response to be sent to the client.