cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Tue, 12 Jul 2016 15:30:07 +0200
changeset 11448 f79c6894381f
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] Avoid usage of lgc.testlib TestCase in unittest_cwconfig.py

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])