bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 02 Apr 2014 12:44:57 +0200
changeset 9642 9a42eaeea263
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[web/test] avoid deprecation warnings from find_entities()

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