bin/cubicweb-ctl
author Adrien Di Mascio <Adrien.DiMascio@logilab.fr>
Thu, 13 Nov 2008 10:43:35 +0100
changeset 55 5ff3ca010290
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
improve dot schema rendering by associating edge colors and label colors

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