bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 15 Sep 2017 16:25:51 +0200
changeset 12235 03b94c9863de
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rql2sql/test] Move base class from repotest to unittest_rql2sql It's only used there, so move it closer to its usage. Along the way, stop using lgc.testlib.

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