cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 29 Nov 2017 15:50:07 +0100
changeset 12230 93dc77e9da77
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] Add a "version" to cubicweb_mycube/__pkginfo__.py Starting from Python 3.5, unittest_cwctl.py::CubicWebCtlTC.test_list() would fail without this.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])