bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 08 Jul 2010 15:30:53 +0200
branchstable
changeset 5942 f7768f44b4ac
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[tests] make sure controllers created by ctrl_publish() have a valid appli attribute

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