bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 27 Mar 2013 14:50:58 +0100
changeset 8794 2e0c9331e021
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] drop pre-3.7 utility Dropping of API deprecated since 3.7 decided in #2772958

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