bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 19 Jan 2010 12:17:22 +0100
changeset 4261 b45a3563c6bb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix autoform_is_inlined bw compat

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