bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 30 Jul 2010 13:18:08 +0200
branchstable
changeset 6046 3fd4a34c4a09
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[selectors] fix is_instance bug w/ parent classes. Also slight performance enhancements by changing what's returned by vreg['etypes'].parent_classes method (dedicated for this usage...) and removing no more necessary methods

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