bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 20 Oct 2009 18:13:36 +0200
branchstable
changeset 3760 9d93faa0e6dc
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
actually hide the value when editing, cleanup spurious arg

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