bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 31 Mar 2010 09:57:18 +0200
branchstable
changeset 5094 13b7f30db0bb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[optimization] traced_selection is used very intensively in debug mode optimizing it is worth the pain. Basically : don't do stuff unnecessary when we don't trace anything.

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