From: ellson Date: Thu, 3 Jan 2008 02:58:18 +0000 (+0000) Subject: add some gv language-binding demos to the distributions X-Git-Tag: LAST_LIBGRAPH~32^2~4924 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d11a11b508d531cdb787aa5d5303593e7239e241;p=graphviz add some gv language-binding demos to the distributions --- diff --git a/tclpkg/gv/demo/modgraph.py b/tclpkg/gv/demo/modgraph.py index 80ca8dcfb..248ffd29b 100755 --- a/tclpkg/gv/demo/modgraph.py +++ b/tclpkg/gv/demo/modgraph.py @@ -6,8 +6,6 @@ # based on: modgraph.tcl by John Ellson import sys -sys.path.append('/usr/lib64/graphviz/python') -sys.path.append('/usr/lib/graphviz/python') import gv modules = open("/proc/modules", 'r').readlines()