diff -r 4892e0e48556 -r d1c659d70368 doc/tutorials/dataimport/index.rst --- 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::