bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 13 Feb 2014 17:00:40 +0100
changeset 10565 f5063eae939e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/sessions] the session managers are definitely not components Component (or AppObjects) take a _cw at __init__ time. The session managers want a repository. Related to #1381328.

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