bin/cubicweb-ctl
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Thu, 26 Sep 2013 10:46:37 +0200
branchstable
changeset 9318 5d5b3a865eb1
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[ctl] set proper encoding for sys.stdout/sys.stderr. Closes #1669144

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