bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 04 Feb 2013 14:39:55 +0100
brancholdstable
changeset 8858 51fdbbbd07b2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[predicates] fix 'adaptable' implementation, used to return 0 on a rset with individualy adaptable entities of different types. Closes #2709663

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