bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 14 Mar 2019 14:45:03 +0100
changeset 12504 362fdb399ff5
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
Drop deprecated code in cubicweb.dataimport We actually drop *most* of deprecated code in this subpackage. What's left is the MetaGenerator class in (cubicweb/dataimport/stores.py) which is tricky to remove as it's still internally used by cubicweb. Changelog entry will come in a later changeset.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()