bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 03 Dec 2009 12:44:30 +0100
branchstable
changeset 3987 f85ef29f6214
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
fix sql generation bug with neged inlined relation where the object is invariant and subject is only referenced by the relation

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