doc/tutorials/dataimport/index.rst
changeset 12556 d1c659d70368
parent 10496 e95b559a06a2
child 12792 e2cdb1be6bd9
--- a/doc/tutorials/dataimport/index.rst	Thu Mar 28 11:09:29 2019 +0100
+++ b/doc/tutorials/dataimport/index.rst	Thu Mar 28 11:13:12 2019 +0100
@@ -354,7 +354,7 @@
 ``dataimport`` module, then initialize the store by giving it the
 ``session`` parameter::
 
-    from cubes.dataio import dataimport as mcwdi
+    from cubicweb_dataio import dataimport as mcwdi
     ...
 
     store = mcwdi.MassiveObjectStore(session)
@@ -441,7 +441,7 @@
         store = cwdi.SQLGenObjectStore(session)
    
    where ``cwdi`` is the imported ``cubicweb.dataimport`` or 
-   ``cubes.dataio.dataimport``.
+   ``cubicweb_dataio.dataimport``.
 
 #. calls the diseasome parser, that is, the ``entities_from_rdf`` function in the 
    ``diseasome_parser`` module and iterates on its result, in a line such as::