bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 01 Dec 2010 17:06:01 +0100
brancholdstable
changeset 6720 43a38c093f6f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[testlib] Use logilab.common.shellutils.getlogin instead of local hack.

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