bin/cubicweb-ctl
author Katia Saurfelt <katia.saurfelt@logilab.fr>
Mon, 31 Aug 2009 16:29:10 +0200
branchstable
changeset 3066 ff83ccd612ce
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cubicweb] #344957 : fix popup display in IE7

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