bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 16 Sep 2011 14:43:41 +0200
branchstable
changeset 7804 814fb7f379a3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[sources management] properly set __linkto, closes #1922970 when clicking on 'add mapping part' on an external source view, one expect to have source properly selected in form

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