bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 13 May 2011 14:58:16 +0200
changeset 7382 91061a22755d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix name error introduced in previous changeset

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