cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 02 Jun 2016 10:27:34 +0200
changeset 11284 d4293b14c664
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[py3k] Fix config-level comparison in "cubicweb-ctl create" command dict.get -> None, and None cannot compare to an int in Python 3.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])