bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 06 Oct 2017 14:24:35 +0200
branch3.25
changeset 12210 3fa6c9ef2f51
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cleanup] Fix some flake8 errors and drop upper bound of copyright along the way. autoform module is not added to flake8-ok-files since there are some remaining errors to be handled, but that's still a start.

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