bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 27 Jan 2017 13:41:24 +0100
branch3.24
changeset 11928 b54c4d9faf0d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag 3.24.4, debian/3.24.4-1, centos/3.24.4-1 for changeset 35fd54c0065d

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