bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 30 Mar 2010 11:01:34 +0200
branchstable
changeset 5070 b1f80ccadda3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[repo] refactor fti operation to use set_operation and a single operation whatever the number of entities to ft index

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