bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 30 Jun 2011 16:26:25 +0200
branchstable
changeset 7589 d3459fe041f0
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web session] fix bad cleanup of session without a connection set. Closes #1772125

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