bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Tue, 05 Apr 2011 13:23:47 +0200
branchstable
changeset 7179 00548a4b22a6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
backport fix from oldstable

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