cubicweb/__main__.py
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 03 May 2018 14:05:26 +0200
changeset 12309 48e763ad3b3f
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[python3] use inspect.getfullargspec instead of inspect.getargspec The latter is now deprecated

from cubicweb.cwctl import run

run()