cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 05 Oct 2016 10:12:23 +0200
changeset 11716 c7de052ee288
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[skeleton] Properly format debian/changelog using current datetime and author information Reformat "context" dict to have it PEP8 compliant along the way (only white space changes).

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])