cubicweb/web/views/sessions.py
changeset 11767 432f87a63057
parent 11195 5de859b95988
child 12027 c62c80f20a82
--- a/cubicweb/web/views/sessions.py	Wed Oct 05 15:28:43 2016 +0200
+++ b/cubicweb/web/views/sessions.py	Fri Sep 30 18:25:08 2016 +0200
@@ -16,7 +16,7 @@
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 """web session: by default the session is actually the db connection """
-__docformat__ = "restructuredtext en"
+
 
 from time import time
 from logging import getLogger