documentation : fixed docstring stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 18 Sep 2009 12:27:51 +0200
branchstable
changeset 3318 5b47b9f09bca
parent 3315 59220b704562
child 3319 f959ded4d61e
documentation : fixed docstring Added missing import in the provided data importation example script.
devtools/dataimport.py
--- a/devtools/dataimport.py	Fri Sep 18 11:24:37 2009 +0200
+++ b/devtools/dataimport.py	Fri Sep 18 12:27:51 2009 +0200
@@ -11,6 +11,7 @@
 
 .. sourcecode:: python
 
+  from cubicweb.devtools.dataimport import *
   # define data generators
   GENERATORS = []