bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 08 Jun 2011 15:11:45 +0200
branchstable
changeset 7472 9833c09460f1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rql2sql] fix missing sql restriction w/ attribute restriction where value comes from a subquery

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