bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Mon, 29 Jul 2013 14:22:40 +0200
branchstable
changeset 9193 eaa58d1c7d5f
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] python-central has been removed from Debian

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