bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 01 Jul 2013 16:13:17 +0200
changeset 9467 ad66d7b3fd48
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[multi-sources-removal] Drop no more used federated ('true') multi-sources related code Related to #2919300 (almost done!)

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