bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 21 Aug 2012 15:23:28 +0200
branchstable
changeset 8515 7ad423a5b6a8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.15.3 for changeset 0e012eb80990

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