bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 24 Aug 2009 20:27:05 +0200
branchstable
changeset 2971 bc0a270622c2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
B CWUser login is in title, do not show in attributes

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