bin/cubicweb-ctl
author Christophe de Vienne <christophe@unlish.com>
Wed, 19 Nov 2014 11:59:08 +0100
changeset 10031 bea3f6595fb4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Restrict yams version CW 3.19 is not compatible with yams >= 0.40

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