cubicweb/etwist/http.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11877 32a3860c799d
--- 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.