bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Thu, 02 Apr 2009 11:50:21 -0700
changeset 1223 3e3d84e8fb67
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Adds id to be able to refer to each part.

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