bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 20 Mar 2013 17:40:25 +0100
branchstable
changeset 8743 27a83746aebd
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
3.16 is the new stable After discussion with David Douard I'm merging 3.16.x branches in stable and starting 3.17 feature on default.

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