bin/cubicweb-ctl
author Laura Médioni <laura.medioni@logilab.fr>
Tue, 19 Jan 2016 14:07:59 +0100
changeset 11218 3fea2f3b25c1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pylint] remove abstract-method warning This kind of message is targeted: "Method 'entity_call' is abstract in class 'EntityView' but is not overridden (abstract-method)" For now, only "entity_call" and "render_body" are dealt with, the list can be extended.

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