components/graphviz/patches/python.patch
author Tomas Klacko <tomas.klacko@oracle.com>
Mon, 03 Aug 2015 02:40:05 -0700
changeset 4730 72b018b2d0fc
parent 3918 d8138667d338
permissions -rw-r--r--
21514375 problem in SERVICE/FTP-SERVER
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