bin/cubicweb-ctl
author Christophe de Vienne <cdevienne@gmail.com>
Mon, 28 Apr 2014 12:41:41 +0200
changeset 9709 d60dc7e03a45
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[login form] Fix BaseLogForm.form_action() The method implementation was calling super() with the wrong class

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