bin/cubicweb-ctl
author Sandrine Ribeau <sandrine.ribeau@logilab.fr>
Tue, 23 Dec 2008 11:56:45 -0800
changeset 283 f1e56e9ee3d3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] Removal of duplicated chapter.

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