bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 27 May 2009 12:46:20 +0200
branchstable
changeset 1957 92d1a15f08f7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3_2_2 for changeset 6539ce84f043

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