bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 18 Jan 2012 15:27:08 +0100
changeset 8180 1f6ba9afb925
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[storage] BFSS now create read only file (closes #2151672) In the process binary.to_file now takes a file instead of a file-path. As storage was currently the only user it should not impact anyone.

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