missing import statement stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Dec 2011 19:15:49 +0100
branchstable
changeset 8132 460472499d6d
parent 8131 a6654712ad50
child 8133 b0a70092946a
missing import statement
__init__.py
--- a/__init__.py	Mon Dec 19 19:03:27 2011 +0100
+++ b/__init__.py	Mon Dec 19 19:15:49 2011 +0100
@@ -18,6 +18,7 @@
 """CubicWeb is a generic framework to quickly build applications which describes
 relations between entitites.
 """
+from __future__ import with_statement
 
 __docformat__ = "restructuredtext en"