cubicweb/__main__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 06 Jun 2016 15:28:35 +0200
changeset 11348 70337ad23145
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
pep8 + docstrings and comments improvments

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])