cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 24 Jan 2018 14:45:26 +0100
changeset 12251 fd7086b701de
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[py3] Replace a unicode() occurrence in workflow views

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])