bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 29 Jan 2016 16:48:58 +0100
changeset 11085 2c0541b6803f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[skeleton] Restore verbose output in setup.py This part of commit fdadf59be612 missing the integration window.

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