bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Mon, 27 Jul 2015 10:00:32 +0200
changeset 10574 6a07c2dc3d85
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views] fix ProcessInformationView: SESSION_MANAGER can be None (closes #5753280) eg. with pyramid.

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