bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Apr 2010 15:46:44 +0200
branchstable
changeset 5225 9ff0dee81eb2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facet] don't crash in rset_vocabulary if an unauthorized error was raised in rqlexec

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