bin/cubicweb-ctl
author nico
Mon, 14 Feb 2011 09:38:03 +0100
changeset 6988 2f4a7d1e15b3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[hooks] do not break if no entity created or updated during feed update

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