bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 28 Mar 2011 16:42:46 +0200
branchstable
changeset 7120 e8b6fc55df2d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwuser, persistent properties] fix recent set_property implementation on CWUser: for_user is automatically handled for non-managers users (this is seriously debatable though)

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