bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 08 Jul 2010 08:54:45 +0200
changeset 5932 1390a408d8b3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.9.0-1 for changeset eda4940ffef8

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