bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 22 Apr 2011 09:48:37 +0200
changeset 7241 65d65da31356
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix tests broken by fcb8932082a5

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