dataimport.py
branchstable
changeset 8723 d2472948da9c
parent 8406 f3bc8ca0b715
child 8724 1beab80aed23
equal deleted inserted replaced
8722:407acc41beb5 8723:d2472948da9c
    62   ctl.run()
    62   ctl.run()
    63 
    63 
    64 .. BUG file with one column are not parsable
    64 .. BUG file with one column are not parsable
    65 .. TODO rollback() invocation is not possible yet
    65 .. TODO rollback() invocation is not possible yet
    66 """
    66 """
       
    67 from __future__ import with_statement
       
    68 
    67 __docformat__ = "restructuredtext en"
    69 __docformat__ = "restructuredtext en"
    68 
    70 
    69 import sys
    71 import sys
    70 import csv
    72 import csv
    71 import traceback
    73 import traceback