cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 15 Feb 2018 10:55:49 +0100
branch3.26
changeset 12272 36032de96867
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwconfig] Look for migration scripts directory relatively to code Thus getting rid of the last piece of data in "shared" directory. As a consequence, we can drop data_files from __pkginfo__.py. Related to #17132990.

from cubicweb.cwctl import run

run()