bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 29 Jan 2014 15:56:44 +0100
changeset 9505 53225f66e7ca
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repo] Use a connection instead of a session for repo.get_versions()

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