bin/cubicweb-ctl
author sylvain.thenault@logilab.fr
Thu, 19 Feb 2009 22:48:50 +0100
branchtls-sprint
changeset 869 168ad6d424d1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
form to edit multiple entities, use it in DeleteConfForm

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