bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 25 May 2009 16:54:10 +0200
branchstable
changeset 1931 e784f8847a12
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3_2_1 for changeset 634c251dd032

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