bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 11 Sep 2009 08:39:17 +0200
branchstable
changeset 3175 f08a3443f4d7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.4.8-1 for changeset 97273eeaaead

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