bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 12 Jul 2010 12:25:19 +0200
changeset 5955 67dfe437bf25
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[form] take care to not unicodify None values

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