bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 25 Oct 2013 11:58:06 +0200
branchstable
changeset 9311 8833ead6f3e4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
update pylint extension to astroid API

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