bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 09 Feb 2012 13:22:49 +0100
changeset 8202 517fbaad0e6e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[bw compat] add compatibility for import of former VRegistry

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