bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 23 Jan 2014 18:26:16 +0100
changeset 9471 367fe83d9f98
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[devtools] _orig_cnx does not exist any more (missing change)

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