bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 13 May 2011 10:09:54 +0200
branchstable
changeset 7376 38524ca653e5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[entity] fix cw_instantiate w/ reverse_ relation crash when either multiple entities are given or an eid instead of an entity

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