bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 01 Apr 2011 16:02:45 +0200
changeset 7168 92b56939b7c7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Added tag cubicweb-version-3.12.0 for changeset fd502219eb76

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