bin/cubicweb-ctl
author Julien Jehannet <julien.jehannet@logilab.fr>
Wed, 03 Nov 2010 10:12:16 +0100
branchstable
changeset 6669 e4532c6acf34
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[component] restore logo position in left column

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