bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 21 Jul 2009 15:31:59 +0200
branchstable
changeset 2415 41561db25db1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.3.4-1 for changeset 7dc22caa7640

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