diff -r 8bf71f2de1d5 -r a512dd258ee8 misc/migration/3.10.0_Any.py --- a/misc/migration/3.10.0_Any.py Thu Oct 14 00:10:43 2010 +0200 +++ b/misc/migration/3.10.0_Any.py Thu Oct 14 09:01:58 2010 +0200 @@ -1,3 +1,5 @@ +from __future__ import with_statement + from cubicweb.server.session import hooks_control for uri, cfg in config.sources().items():