bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 31 Mar 2010 15:37:40 +0200
branchstable
changeset 5119 44c7bf90df71
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.7.3 for changeset 768beb8e15f1

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