bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Mon, 27 Jul 2009 10:06:13 +0200
changeset 2512 106b2a05dc88
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cleanup] started to improve cubicweb-ctl dialog messages consistency

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