bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 Aug 2010 08:29:48 +0200
branchstable
changeset 6127 747e423093fc
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ms, c-c] new command checking for consistency / potentian flaws and enhancements of mapping file of a multi-sources instance

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