bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Sat, 16 Feb 2013 21:46:24 +0100
changeset 8699 864ffd247d70
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[towards py3k] fix bug introduced by 0bb18407c053

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