bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Tue, 04 Aug 2009 11:36:47 +0200
changeset 2672 c66f52d44394
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[reledit] don't try to use rel-edit on attributes without assicated fields (e.g _format field)

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