bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 12 Jul 2010 10:36:28 +0200
branchstable
changeset 5954 987086484876
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[fti migration] test and fix reindexation of some specific entity types

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