bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 05 Oct 2016 08:55:02 +0200
changeset 11692 d46e0b3a13cc
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[skeleton] Do not exclude setup.py from flake8 check in tox.ini The file is flake8 compliant, actually.

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