bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 27 Sep 2011 16:04:30 +0200
branchstable
changeset 7874 be04706eacc9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facet] add safety belt to rql path facet init (closes #1965481)

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