bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Jan 2012 18:17:19 +0100
changeset 8162 d5b02af28125
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[deprecation] add cw version number to deprecation warning

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