cubicweb/__main__.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 17 Feb 2016 14:03:56 +0100
changeset 11245 20b2e7ceecf6
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] move CWComputedRType later The ordering in this file is a mess, and things don't actually work this way (when upgrading from 3.17).

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])