bin/cubicweb-ctl
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Tue, 19 Jan 2010 10:42:47 +0100
changeset 4258 16804a4f555d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
with cw 3.6 we've to specify entity's relation role

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