cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 26 Mar 2019 16:22:31 +0100
changeset 12568 fc45f22c8100
parent 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] use unittest.mock instead of mock library Now that we use Python 3 only, this is possible.

from cubicweb.cwctl import run

run()