bin/cubicweb-ctl
author pierre-yves
Mon, 27 May 2013 16:42:39 +0200
changeset 9023 67f242261dd3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[connection] give access to is_internal_session boolean Needed if we are to use this object like we currently do with session. Related to #2503918

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