bin/cubicweb-ctl
author Stephanie Marcu <stephanie.marcu@logilab.fr>
Thu, 26 Mar 2009 14:55:44 +0100
changeset 1162 f210dce0dc47
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix for booelan attribute which have empty string as false value and didn't work if default value for this attribute was True.

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