cubicweb/__main__.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 16 Jul 2014 15:30:16 +0200
changeset 11199 2fe2077cc92d
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[session,repo] remove last trace of "cnxprops" Related to #1381328.

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])