bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Fri, 30 Apr 2010 16:39:50 +0200
branchstable
changeset 5448 9bf648d678cd
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[hooks/operations] use set_operations for three ops (huge gains for massive imports)

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