bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 06 Jun 2011 15:00:58 +0200
branchstable
changeset 7453 84046395d2cd
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Fix name error introduced in c21d845836e4 c21d845836e4 use a ``vocab`` variable but doesn't define it. I assumed ``vocab`` is ``field.vocabulary(form)``.

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