bin/cubicweb-ctl
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 17 Jun 2010 15:09:12 +0200
branchstable
changeset 5773 aae03cd19151
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[facet] use vreg.parse so the rql syntax tree is properly annotated as well

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