bin/cubicweb-ctl
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Wed, 18 Jan 2017 16:50:48 +0100
branch3.24
changeset 11925 b75fc687c730
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pyramid] use pyramid.request `path_info` property instead of `path` path is concatenation of SCRIPT_NAME and PATH_INFO we just need PATH_INFO here

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