bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Wed, 23 Sep 2009 16:28:50 +0200
branchstable
changeset 3439 b98419365ed6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
documentation formatting fix extracted cwconfig.rst from index.rst to avoid ugly html

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