bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 19:14:22 +0200
changeset 9124 d1d4b3669e41
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[testlib] deprecated the older api to access the repo.

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