bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 23 May 2012 16:01:26 +0200
branchstable
changeset 8424 664d0bf525c8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.14.8-1 for changeset 81394043ad22

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