# HG changeset patch # User Nicolas Chauvat # Date 1360344960 -3600 # Node ID d2472948da9cc0ec4802bdff168704a96fcc88d0 # Parent 407acc41beb5bb7761ff2786f26f6f81bf6b3f86 maintain python2.5 compatibility diff -r 407acc41beb5 -r d2472948da9c 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