bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 12 Jul 2011 11:27:43 +0200
changeset 7651 7c0af7ef3325
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repo, ms] fix planning of some queries where variable 'non-invarianess' should be considered, leading for instance to junk in entities table on source deletion

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