patches/gimp-03-py26.diff
author rohinis
Tue, 29 Nov 2011 17:32:55 +0000
branchs11express-2010-11
changeset 22234 c23e64da3e06
parent 20080 b004f64dad27
permissions -rw-r--r--
2011-11-29 Rohini S <[email protected]> * patches/Python26-22-audio.diff: Fixes CVE-2010-1634 * specs/SUNWPython26.spec: Fixes CR 7085446
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20080
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     1
diff -r 949ec3dc1c03 app/composite/make-installer.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     2
--- a/app/composite/make-installer.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     3
+++ b/app/composite/make-installer.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     4
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     5
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     6
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     7
 #
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     8
 # Gimp image compositing
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
     9
 # Copyright (C) 2003  Helvetix Victorinox, <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    10
diff -r 949ec3dc1c03 app/composite/ns.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    11
--- a/app/composite/ns.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    12
+++ b/app/composite/ns.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    13
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    14
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    15
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    16
 # Copyright (C) 2003  Helvetix Victorinox, a pseudonym, <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    17
 #
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    18
 # This program is free software; you can redistribute it and/or modify
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    19
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    20
--- a/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    21
+++ b/plug-ins/pygimp/plug-ins/benchmark-foreground-extract.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    22
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    23
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    24
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    25
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    26
 #   Foreground Extraction Benchmark
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    27
 #   Copyright 2005  Sven Neumann <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    28
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/clothify.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    29
--- a/plug-ins/pygimp/plug-ins/clothify.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    30
+++ b/plug-ins/pygimp/plug-ins/clothify.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    31
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    32
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    33
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    34
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    35
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    36
 #   Copyright (C) 1997  James Henstridge <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    37
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/colorxhtml.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    38
--- a/plug-ins/pygimp/plug-ins/colorxhtml.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    39
+++ b/plug-ins/pygimp/plug-ins/colorxhtml.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    40
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    41
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    42
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    43
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    44
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    45
 #   Copyright (C) 2003, 2005  Manish Singh <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    46
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/foggify.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    47
--- a/plug-ins/pygimp/plug-ins/foggify.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    48
+++ b/plug-ins/pygimp/plug-ins/foggify.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    49
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    50
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    51
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    52
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    53
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    54
 #   Copyright (C) 1997  James Henstridge <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    55
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/palette-offset.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    56
--- a/plug-ins/pygimp/plug-ins/palette-offset.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    57
+++ b/plug-ins/pygimp/plug-ins/palette-offset.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    58
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    59
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    60
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    61
 # -*- coding: utf-8 -*-
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    62
 #    This program is free software; you can redistribute it and/or modify
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    63
 #   it under the terms of the GNU General Public License as published by
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    64
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/palette-sort.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    65
--- a/plug-ins/pygimp/plug-ins/palette-sort.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    66
+++ b/plug-ins/pygimp/plug-ins/palette-sort.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    67
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    68
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    69
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    70
 #
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    71
 # This program is free software; you can redistribute it and/or modify
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    72
 # it under the terms of the GNU General Public License as published by
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    73
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/palette-to-gradient.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    74
--- a/plug-ins/pygimp/plug-ins/palette-to-gradient.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    75
+++ b/plug-ins/pygimp/plug-ins/palette-to-gradient.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    76
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    77
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    78
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    79
 #
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    80
 # This program is free software; you can redistribute it and/or modify
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    81
 # it under the terms of the GNU General Public License as published by
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    82
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/py-slice.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    83
--- a/plug-ins/pygimp/plug-ins/py-slice.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    84
+++ b/plug-ins/pygimp/plug-ins/py-slice.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    85
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    86
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    87
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    88
 # -*- coding: utf-8 -*-
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    89
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    90
 #Copyright (c) Manish Singh
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    91
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/python-console.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    92
--- a/plug-ins/pygimp/plug-ins/python-console.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    93
+++ b/plug-ins/pygimp/plug-ins/python-console.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    94
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    95
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    96
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    97
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    98
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
    99
 #   Copyright (C) 1997  James Henstridge <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   100
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/python-eval.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   101
--- a/plug-ins/pygimp/plug-ins/python-eval.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   102
+++ b/plug-ins/pygimp/plug-ins/python-eval.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   103
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   104
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   105
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   106
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   107
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   108
 #   Copyright (C) 2006  Manish Singh <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   109
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/shadow_bevel.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   110
--- a/plug-ins/pygimp/plug-ins/shadow_bevel.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   111
+++ b/plug-ins/pygimp/plug-ins/shadow_bevel.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   112
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   113
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   114
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   115
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   116
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   117
 #   Copyright (C) 1997  James Henstridge <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   118
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/sphere.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   119
--- a/plug-ins/pygimp/plug-ins/sphere.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   120
+++ b/plug-ins/pygimp/plug-ins/sphere.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   121
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   122
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   123
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   124
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   125
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   126
 #   Copyright (C) 1997  James Henstridge <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   127
diff -r 949ec3dc1c03 plug-ins/pygimp/plug-ins/whirlpinch.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   128
--- a/plug-ins/pygimp/plug-ins/whirlpinch.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   129
+++ b/plug-ins/pygimp/plug-ins/whirlpinch.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   130
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   131
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   132
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   133
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   134
 #   Gimp-Python - allows the writing of Gimp plugins in Python.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   135
 #   Copyright (C) 1997  James Henstridge <[email protected]>
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   136
diff -r 949ec3dc1c03 tools/defcheck.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   137
--- a/tools/defcheck.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   138
+++ b/tools/defcheck.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   139
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   140
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   141
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   142
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   143
 """
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   144
 defcheck.py -- Consistency check for the .def files.
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   145
diff -r 949ec3dc1c03 tools/gimppath2svg.py
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   146
--- a/tools/gimppath2svg.py	Mon Feb 08 13:22:19 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   147
+++ b/tools/gimppath2svg.py	Mon Feb 08 13:30:41 2010 +0800
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   148
@@ -1,4 +1,4 @@
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   149
-#!/usr/bin/env python
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   150
+#!/usr/bin/python2.6
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   151
 
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   152
 import sys,re
b004f64dad27 2010-09-10 Leon Sha <[email protected]>
leon.sha
parents:
diff changeset
   153