bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 20 Aug 2009 17:57:07 +0200
branchstable
changeset 2929 51cdfe069e10
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix edited_attributes handling when adding entity

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