bin/cubicweb-ctl
author Rémi Cardona <remi.cardona@logilab.fr>
Mon, 14 Apr 2014 12:07:00 +0200
branchstable
changeset 9701 46c8d8701240
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
an unicode string -> a unicode string

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