bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 13 Oct 2009 08:50:19 +0200
changeset 3647 2941f4a0aab9
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
refactor repo authentication to allow pluggable authentifier to login with something else than a password

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