bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Tue, 12 May 2009 15:56:00 +0200
branchtls-sprint
changeset 1740 2292ae32c98f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
warn and drop rtags not in schema, this may be intentional; drop possibility to not specify value for bool rtags

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