cubicweb/__main__.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 16 Jul 2014 16:26:16 +0200
changeset 11200 8ddfed7a5981
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[session] fix super call in Connection.__init__ The vile hacks in test fixtures are fixed.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])