bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 06 Oct 2015 11:19:37 +0200
changeset 10781 e2ab20561932
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] make httptest module importable under py3k

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