bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 01 Oct 2010 09:26:17 +0200
changeset 6373 41793f2718ce
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
merged timeline changes into default

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