cubicweb/pyramid/bwcompat.py
branch3.24
changeset 11811 f09efeead7f9
parent 11631 faf279e33298
child 11812 4e0829ade86f
--- a/cubicweb/pyramid/bwcompat.py	Tue Jun 30 10:00:53 2015 +0200
+++ b/cubicweb/pyramid/bwcompat.py	Wed Nov 09 11:42:33 2016 +0100
@@ -103,7 +103,6 @@
             if content is not None:
                 request.response.body = content
 
-
         except LogOut as ex:
             # The actual 'logging out' logic should be in separated function
             # that is accessible by the pyramid views