components/graphviz/patches/python.patch
author Rich Burridge <rich.burridge@oracle.com>
Wed, 26 Aug 2015 21:37:42 -0700
changeset 4815 6deafddbd89b
parent 3918 d8138667d338
permissions -rw-r--r--
21693239 clobber generates warnings in readline
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3918
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents: 457
diff changeset
     1
The status of this patch is unknown.
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents: 457
diff changeset
     2
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     3
--- graphviz-2.26.3/tclpkg/gv/demo/modgraph.py.orig	Wed Jan  2 18:58:18 2008
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     4
+++ graphviz-2.26.3/tclpkg/gv/demo/modgraph.py	Tue Aug 24 23:48:48 2010
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     5
@@ -1,4 +1,4 @@
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     6
-#!/usr/bin/python
3918
d8138667d338 20663199 six Userland components need work for Python 2.6 -> 2.7 move
John Beck <John.Beck@Oracle.COM>
parents: 457
diff changeset
     7
+#!/usr/bin/python2.7
457
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     8
 
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     9
 # display the kernel module dependencies
aa27b836c528 PSARC/2011/269 Graphviz
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    10