bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 23 Jun 2009 13:31:16 +0200
changeset 2140 1cba3393ba01
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
update schema definition to avoid deprecation warning with new yams api

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