bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 21 Sep 2009 11:18:55 +0200
branchstable
changeset 3333 c61a526b530e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[widgets] change make_uid() seed to make slider ids xhtml-valid

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