bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 13 Mar 2019 00:15:48 +0100
changeset 12882 3ddd03309315
parent 12779 44147dab9d27
permissions -rwxr-xr-x
[cwvreg] rename CWRegistryStore.solutions to compute_var_types solutions() seems an obscure name to me. Since this method computes the types of the variables of the RQL query string, let us rename it to compute_var_types.

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