bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 18 Oct 2013 16:58:48 +0200
changeset 9302 af36f459d2f0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] deprecate the old multi-source system It is removed in 3.19. Closes #2919299

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