bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Jul 2009 10:26:14 +0200
branchstable
changeset 2231 d2052c3ccac7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
won't get anything useful like this (currently, list of constraint's eids), should use a custom table view (later...)

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