bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Mon, 17 Nov 2014 09:32:37 +0100
changeset 10037 6b83ceda8323
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server] fix LoginPasswordAuthentifier.authenticate some kind of typo there.

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