devtools/dataimport.py
branchstable
changeset 4212 ab6573088b4a
parent 3486 ea6bf6f9ba0c
child 4252 6c4f109c2b03
equal deleted inserted replaced
4210:9d9be21640ac 4212:ab6573088b4a
     1 # -*- coding: utf-8 -*-
     1 # -*- coding: utf-8 -*-
     2 """This module provides tools to import tabular data.
     2 """This module provides tools to import tabular data.
     3 
     3 
     4 :organization: Logilab
     4 :organization: Logilab
     5 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     5 :copyright: 2001-2010 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     6 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     7 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
     8 
     8 
     9 
     9 
    10 Example of use (run this with `cubicweb-ctl shell instance import-script.py`):
    10 Example of use (run this with `cubicweb-ctl shell instance import-script.py`):