bin/cubicweb-ctl
author Florent Cayré <florent.cayre@gmail.com>
Thu, 20 Oct 2011 16:03:51 +0200
changeset 7973 64639bc94e25
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[entity] restrict creation form field vocabulary using __linkto information (closes #1799997)

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