[migration] missing future import
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 14 Oct 2010 09:01:58 +0200
changeset 6488 a512dd258ee8
parent 6487 8bf71f2de1d5
child 6489 6ea74c34fc25
[migration] missing future import
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():