bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 28 Jan 2009 16:58:05 +0100
changeset 504 459e50669d96
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tabs] cookie name par cube instance will reduce cookie collisions

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