bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 02 Mar 2010 19:15:26 +0100
branchstable
changeset 4751 1a9d2c3c7f0c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[book] more id -> __regid__

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