bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Tue, 11 Aug 2009 12:42:01 +0200
changeset 2769 1800aa0bf396
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
R [registry] changes in the API

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