bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 29 Nov 2017 15:50:07 +0100
changeset 12230 93dc77e9da77
parent 0 b97547f5f1fa
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.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])