bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 20 Mar 2017 11:16:11 +0100
changeset 12073 339b26bf17d2
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pyramid] Rename paste app factory to pyramid_main Making it clearer that this would build a Pyramid application, just in case we eventually provide other means to create a WSGI application than Pyramid.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])