bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 10 Mar 2017 11:55:16 +0100
changeset 12021 cc8135ecfbb8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repo] Drop _get_session method it's not actually necessary but holds underlying _sessions dict handling. Drop backward compat relying on it (which IMO should not be a problem). Drop import of unused QueryError along the way.

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