bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 10 Feb 2011 12:28:31 +0100
changeset 6970 a6ccbfbacf3d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[parser host mapping] take care to cases where apphome is None (c-c i18ncube command for instance)

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