cubicweb/__main__.py
author Nsukami Patrick <ptrck at nskm dot xyz>
Fri, 22 Nov 2019 12:06:52 +0000
changeset 12783 842939e69f3a
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkginfo] Remove unused parameter To retrieve cube dependencies or cube requirements, no more need to pass the 'oldkey' parameter to _cube_deps function as this parameter is unused.

from cubicweb.cwctl import run

run()