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

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