bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 22 Mar 2017 09:41:19 +0100
branch3.25
changeset 12082 9c36c23c371c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Simplify release notes section Those are all about backward incompatibilities, keep only one section about that.

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