bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 21 Jan 2013 13:55:25 +0100
changeset 8663 4e2dc5e61599
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwvreg] introduce lgc version 0.59 and remove unneeded method redefinition (prepares #2406609) The new logilab.common.registry makes this moot.

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