bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 21 Sep 2011 19:04:33 +0200
branchstable
changeset 7820 2c73fc529a20
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tabs] do not use an ajax call to set cookie value, use jquery.cookie helper instead (closes #1944522)

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