bin/cubicweb-ctl
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 23 May 2012 12:27:43 +0200
branchstable
changeset 8422 15fe07ff6872
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[css] do not use display:block for all images, but only for rest generated

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