bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 27 Jul 2010 19:13:27 +0200
branchstable
changeset 6024 ab1f9686ff3e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.9.3 for changeset 900772fd9caa

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