bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 08 Mar 2019 11:50:20 +0100
branch3.26
changeset 12486 d189d10e2469
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[test] Pass __module__ upon instantiation of RegistrableInstance This gets rid of the deprecation warning from logilab.common.registry: DeprecationWarning: instantiate MyAFS with __module__=__name__ and solves a test error on Python 3.7.

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