maintain python2.5 compatibility stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Fri, 08 Feb 2013 18:36:00 +0100
branchstable
changeset 8723 d2472948da9c
parent 8722 407acc41beb5
child 8724 1beab80aed23
child 8726 e08ab56ea2ac
maintain python2.5 compatibility
dataimport.py
--- a/dataimport.py	Fri Jan 18 11:36:21 2013 +0100
+++ b/dataimport.py	Fri Feb 08 18:36:00 2013 +0100
@@ -64,6 +64,8 @@
 .. BUG file with one column are not parsable
 .. TODO rollback() invocation is not possible yet
 """
+from __future__ import with_statement
+
 __docformat__ = "restructuredtext en"
 
 import sys