bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 22 Mar 2017 14:36:05 +0100
branch3.25
changeset 12102 392d5d09f0ef
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tox] Simplify command line to build the doc

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