bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 17 Jul 2014 11:08:56 +0200
changeset 9892 928732ec00dd
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Remove uses of logilab.common.compat.{all,any} They're just aliases to the builtin ones on python 2.5+. If anyone needs convincing: >>> from logilab.common import compat >>> compat.any <built-in function any> >>> compat.all <built-in function all>

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