bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 26 Jun 2013 13:48:18 +0200
changeset 9072 774029a4a718
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[multi-sources] drop multi-sources related test. another branch is removing the multi-source itself. We do not want to bother fixing those test.

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