bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 07 Oct 2010 19:02:00 +0200
branchstable
changeset 6408 7674f674de40
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[testlib] fix mail monkey patching, former patch was applied on stable instead of default

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