bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 27 Jan 2009 21:16:23 +0100
changeset 490 b84d64db2350
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tabs] prune tab set _before_ computing & setting 'active' tab

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