bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 07 Jan 2011 15:21:56 +0100
branchstable
changeset 6793 308cf1eaf576
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[idownloadable] oneline view display entity's default title instead of file name, while download box display file name

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