bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 02 Oct 2015 10:06:42 +0200
changeset 10762 a64ef16c85ce
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/test] delete test that doesn't make sense on python3 XXX if PY2?

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