cubicweb/__main__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 29 Jan 2019 14:04:28 +0100
changeset 12360 5be7a80d0696
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[skeleton] use python3 flake8 In tox "flake8" environment, use python 3 virtualenv, so we can check for python3 incompatible syntax.

from cubicweb.cwctl import run

run()