bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 01 Apr 2011 16:01:03 +0200
changeset 7167 fd502219eb76
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
prepare 3.12.0

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