[dataimport] update example to use standard importer
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 11 Feb 2016 21:59:49 +0100
changeset 11128 9b4de34ad394
parent 11126 9bacaf91afbc
child 11129 97095348b3ee
[dataimport] update example to use standard importer
cubicweb/dataimport/importer.py
--- a/cubicweb/dataimport/importer.py	Tue Feb 02 17:19:13 2016 +0100
+++ b/cubicweb/dataimport/importer.py	Thu Feb 11 21:59:49 2016 +0100
@@ -62,7 +62,7 @@
 
     .. code-block:: python
 
-        importer = SKOSExtEntitiesImporter(cnx, store, import_log)
+        importer = ExtEntitiesImporter(cnx, store, import_log)
         set_cwuri = use_extid_as_cwuri(importer.extid2eid)
         importer.import_entities(set_cwuri(extentities))
     """