bin/cubicweb-ctl
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Tue, 14 Feb 2012 15:15:59 +0100
branchstable
changeset 8234 83fd9ff90a9d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[binary] use seek(0) in `from_file` Binary creation method (closes #2189183)

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