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

#!/usr/bin/env python
from cubicweb.cwctl import run
run()