bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 11 Oct 2016 14:48:27 +0200
changeset 11711 fe0fcb9e1fd0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[config] Ignore cubicweb-pyramid in available_cubes() So that, in particular, its ccplugin.py does not get loaded (which would hide the "pyramid" command in cubicweb). Related to #14023058.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])