bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 05 Apr 2011 12:48:53 +0200
changeset 7177 0f2905cbe443
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[entity vocab] fix bug introduced in 3.12 vs/ entity vocabulary, leading to some unexpected empty vocabulary. Fix test accordingly.

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