bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 18 Dec 2008 17:39:14 +0100
changeset 228 27b958dc72ae
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[lxml] lxml version < 2 does not provide an iter method on some elements hence we fall back on another implementation of safe_cut

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