cubicweb/__main__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 19 Apr 2017 10:08:59 +0200
changeset 12169 dfb5ba8518ee
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[test/cleanup] Cleanup flake8 errors in dataimport's test_sqlgenstore

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])