bin/cubicweb-ctl
author Sylvain Thenault <sylvain.thenault@logilab.fr>
Wed, 07 Jan 2009 15:36:59 +0100
changeset 346 5bbb01a133ae
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
add try except to avoid error w/ unsupported stuff, log it and return incomplete filter form

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