diff -r df15d194a134 -r 662ad647306f web/views/json.py --- a/web/views/json.py Tue Sep 27 18:47:11 2011 +0200 +++ b/web/views/json.py Wed Sep 28 08:16:10 2011 +0200 @@ -17,6 +17,8 @@ # with CubicWeb. If not, see . """json export views""" +from __future__ import with_statement + __docformat__ = "restructuredtext en" _ = unicode