bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 21 Jun 2011 15:34:15 +0200
branchstable
changeset 7545 a07517985136
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.12.7 for changeset 628fe57ce746

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