bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 05 Jan 2009 15:23:03 +0100
changeset 326 44b6345ccd3c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
add contextprop_selector to the DownloadBox so that it behaves like all other boxes

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