bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 13 Mar 2019 10:21:39 +0100
changeset 12509 db81a99e9dd1
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[server.rqlannotation] refactor to make class SQLGenAnnotator consistent _annotate_select() takes SQLGenAnnotator as a first argument and is not used anywhere except in SQLGenAnnotator. This looks like a method to me. Let us fold it into its class.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()