bin/cubicweb-ctl
author Florent Cayré <florent.cayre@gmail.com>
Sun, 06 Nov 2016 16:43:27 +0100
branch3.24
changeset 11806 5fdc92be3ba7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Add some words in changelog about pyramid support in core + fix its title Closes #16121152.

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