bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 18 Jul 2012 15:58:20 +0200
branchstable
changeset 8470 a85e107947e6
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web app] handle Redirect raised during session establishment, as this may be used by eg openid authentication. Closes #2430018

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