bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 02 Jun 2010 16:13:28 +0200
branchstable
changeset 5635 56784e46509f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rql2sql] fix scope computation of variable from temporary table

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