bin/cubicweb-ctl
author Anthony Truchet <anthony.truchet@logilab.fr>
Tue, 10 Apr 2012 10:45:40 +0200
branchstable
changeset 8345 c6c76bf518d1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[bin] Force clone_deps.py to use mercurial command-line interface - closes #2296057

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