utils.py
changeset 7956 db49658b2812
parent 7954 a3d3220669d6
child 7990 a673d1d9a738
--- a/utils.py	Fri Oct 14 10:34:08 2011 +0200
+++ b/utils.py	Fri Oct 14 13:36:39 2011 +0200
@@ -16,7 +16,9 @@
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 """Some utilities for CubicWeb server/clients."""
-from __future__ import division
+
+from __future__ import division, with_statement
+
 __docformat__ = "restructuredtext en"
 
 import sys