bin/cubicweb-ctl
author Simon Chabot <simon.chabot@logilab.fr>
Wed, 27 Mar 2013 16:36:47 +0100
changeset 8800 8ca1a0da5a29
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/views] extract cube sioc (closes #1916018)

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