bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Wed, 09 Jan 2013 18:03:17 +0100
branchstable
changeset 8643 c71c97427cc4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-debian-version-3.15.8-1 for changeset 4ef457479337

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