bin/cubicweb-ctl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Fri, 20 Jan 2017 09:55:08 +0100
changeset 11916 f0bc9ca93e21
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test] avoid using a deprecated feature of yams handle_file() now require a module name (yams@d9120d7)

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