bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Wed, 23 Sep 2009 20:13:31 +0200
changeset 3457 0924d0d08d60
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[api] __regid__, cw_* and friends

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