bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 24 Jun 2011 14:02:29 +0200
branchstable
changeset 7555 c3bf459268d7
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rqlrewrite] closes #1772135: 1. don't try to reuse a relation from another statement (eg because a subquery has been introduced) 2. _use_orig_term should consider the current statement

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