bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 26 May 2010 10:28:48 +0200
branchstable
changeset 5582 3e133b29a1a4
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX

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