bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 19 May 2011 11:50:54 +0200
changeset 7400 2391a6f526bf
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web test] fix test broken by making cw_source editable by managers

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