bin/cubicweb-ctl
author Vincent Michel <vincent.michel@logilab.fr>
Fri, 08 Mar 2013 18:04:40 +0100
branchstable
changeset 8709 8dc0b8d92694
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web application] Fix missing self. in error_handler

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