patches/terminator-02-py26.diff
author yippi
Mon, 27 Sep 2010 21:07:51 +0000
changeset 20108 51df67ca9307
parent 18110 93461edb1490
permissions -rw-r--r--
I had these modules listed as being owned by me, but they are really owned by wangke, correcting.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18110
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     1
--- terminator-0.92/terminatorlib/config.py.orig	2009-12-07 14:11:11.005441328 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     2
+++ terminator-0.92/terminatorlib/config.py	2009-12-07 14:11:18.610994113 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     3
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     4
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     5
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     6
 #    TerminatorConfig - layered config classes
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     7
 #    Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     8
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
     9
--- terminator-0.92/terminatorlib/translation.py.orig	2009-12-07 14:12:55.054782550 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    10
+++ terminator-0.92/terminatorlib/translation.py	2009-12-07 14:13:02.884510662 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    11
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    12
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    13
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    14
 #    Terminator - multiple gnome terminals in one window
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    15
 #    Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    16
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    17
--- terminator-0.92/terminatorlib/freebsd.py.orig	2009-12-07 14:14:19.472054807 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    18
+++ terminator-0.92/terminatorlib/freebsd.py	2009-12-07 14:14:26.621901549 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    19
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    20
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    21
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    22
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    23
 # Copyright (c) 2008, Thomas Hurst <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    24
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    25
--- terminator-0.92/terminatorlib/encoding.py.orig	2009-12-07 14:16:51.666580691 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    26
+++ terminator-0.92/terminatorlib/encoding.py	2009-12-07 14:16:59.960487436 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    27
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    28
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    29
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    30
 #    TerminatorEncoding - charset encoding classes
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    31
 #    Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    32
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    33
--- terminator-0.92/terminatorlib/keybindings.py.orig	2009-12-07 14:17:34.659188298 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    34
+++ terminator-0.92/terminatorlib/keybindings.py	2009-12-07 14:17:42.913028120 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    35
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    36
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    37
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    38
 #  Terminator - multiple gnome terminals in one window
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    39
 #   Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    40
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    41
--- terminator-0.92/terminatorlib/terminator.py.orig	2009-12-07 14:18:09.188014065 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    42
+++ terminator-0.92/terminatorlib/terminator.py	2009-12-07 14:18:14.705972666 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    43
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    44
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    45
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    46
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    47
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    48
 """terminator.py - class for the master Terminator singleton"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    49
--- terminator-0.92/terminatorlib/__init__.py.orig	2009-12-07 14:18:41.540480577 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    50
+++ terminator-0.92/terminatorlib/__init__.py	2009-12-07 14:18:47.314041144 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    51
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    52
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    53
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    54
 #    Terminator - multiple gnome terminals in one window
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    55
 #    Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    56
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    57
--- terminator-0.92/terminatorlib/version.py.orig	2009-12-07 14:19:06.732667557 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    58
+++ terminator-0.92/terminatorlib/version.py	2009-12-07 14:19:13.754397904 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    59
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    60
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    61
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    62
 #    TerminatorVersion - version number
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    63
 #    Copyright (C) 2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    64
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    65
--- terminator-0.92/terminatorlib/debugserver.py.orig	2009-12-07 14:19:40.741382009 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    66
+++ terminator-0.92/terminatorlib/debugserver.py	2009-12-07 14:19:47.491126856 +0800
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    67
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    68
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    69
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    70
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    71
 # Copyright (c) 2008, Thomas Hurst <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    72
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    73
--- terminator-0.92/terminatorlib/util.py-orig	2010-04-15 13:36:18.055257212 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    74
+++ terminator-0.92/terminatorlib/util.py	2010-04-15 13:38:17.193266957 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    75
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    76
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    77
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    78
 #    Terminator.util - misc utility functions
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    79
 #    Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    80
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    81
--- terminator-0.92/terminatorlib/searchbar.py-orig	2010-04-15 13:36:14.488157062 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    82
+++ terminator-0.92/terminatorlib/searchbar.py	2010-04-15 13:38:13.105156516 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    83
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    84
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    85
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    86
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    87
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    88
 """searchbar.py - classes necessary to provide a terminal search bar"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    89
--- terminator-0.92/terminatorlib/titlebar.py-orig	2010-04-15 13:36:27.678884075 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    90
+++ terminator-0.92/terminatorlib/titlebar.py	2010-04-15 13:38:30.289117539 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    91
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    92
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    93
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    94
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    95
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    96
 """titlebar.py - classes necessary to provide a terminal title bar"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    97
--- terminator-0.92/terminatorlib/cwd.py-orig	2010-04-15 13:36:44.872632630 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    98
+++ terminator-0.92/terminatorlib/cwd.py	2010-04-15 13:38:51.961893298 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
    99
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   100
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   101
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   102
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   103
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   104
 """cwd.py - function necessary to get the cwd for a given pid on various OSes
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   105
--- terminator-0.92/terminatorlib/window.py-orig	2010-04-15 13:36:31.341248379 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   106
+++ terminator-0.92/terminatorlib/window.py	2010-04-15 13:38:36.185277498 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   107
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   108
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   109
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   110
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   111
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   112
 """window.py - class for the main Terminator window"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   113
--- terminator-0.92/terminatorlib/prefseditor.py-orig	2010-04-15 13:36:05.322715956 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   114
+++ terminator-0.92/terminatorlib/prefseditor.py	2010-04-15 13:38:04.545944916 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   115
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   116
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   117
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   118
 """Preferences Editor for Terminator. 
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   119
 
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   120
 Load a UIBuilder config file, display it,
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   121
--- terminator-0.92/terminatorlib/notebook.py-orig	2010-04-15 13:37:03.055988855 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   122
+++ terminator-0.92/terminatorlib/notebook.py	2010-04-15 13:39:02.745910962 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   123
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   124
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   125
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   126
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   127
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   128
 """notebook.py - classes for the notebook widget"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   129
--- terminator-0.92/terminatorlib/borg.py-orig	2010-04-15 13:36:09.554656310 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   130
+++ terminator-0.92/terminatorlib/borg.py	2010-04-15 13:38:08.304506542 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   131
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   132
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   133
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   134
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   135
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   136
 """borg.py - We are the borg. Resistance is futile.
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   137
--- terminator-0.92/terminatorlib/plugin.py-orig	2010-04-15 13:36:23.189163250 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   138
+++ terminator-0.92/terminatorlib/plugin.py	2010-04-15 13:38:21.745117689 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   139
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   140
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   141
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   142
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   143
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   144
 """plugin.py - Base plugin system
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   145
--- terminator-0.92/terminatorlib/optionparse.py-orig	2010-04-15 13:36:36.233483456 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   146
+++ terminator-0.92/terminatorlib/optionparse.py	2010-04-15 13:38:42.361578009 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   147
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   148
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   149
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   150
 #    Terminator.optionparse - Parse commandline options
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   151
 #    Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   152
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   153
--- terminator-0.92/terminatorlib/tests/testsignalman.py-orig	2010-04-15 13:37:32.603268428 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   154
+++ terminator-0.92/terminatorlib/tests/testsignalman.py	2010-04-15 13:39:28.066678475 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   155
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   156
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   157
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   158
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   159
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   160
 """testsignalman.py - Test the signalman class
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   161
--- terminator-0.92/terminatorlib/tests/testborg.py-orig	2010-04-15 13:37:25.413536971 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   162
+++ terminator-0.92/terminatorlib/tests/testborg.py	2010-04-15 13:39:24.042466233 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   163
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   164
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   165
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   166
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   167
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   168
 """testborg.py - We are the borg. Resistance is futile.
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   169
--- terminator-0.92/terminatorlib/paned.py-orig	2010-04-15 13:35:59.843231712 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   170
+++ terminator-0.92/terminatorlib/paned.py	2010-04-15 13:37:59.545188619 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   171
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   172
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   173
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   174
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   175
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   176
 """paned.py - a base Paned container class and the vertical/horizontal
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   177
--- terminator-0.92/terminatorlib/container.py-orig	2010-04-15 13:37:17.427838385 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   178
+++ terminator-0.92/terminatorlib/container.py	2010-04-15 13:39:16.658120145 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   179
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   180
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   181
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   182
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   183
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   184
 """container.py - classes necessary to contain Terminal widgets"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   185
--- terminator-0.92/terminatorlib/signalman.py-orig	2010-04-15 13:37:08.478736726 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   186
+++ terminator-0.92/terminatorlib/signalman.py	2010-04-15 13:39:06.793875755 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   187
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   188
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   189
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   190
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   191
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   192
 """Simple management of Gtk Widget signal handlers"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   193
--- terminator-0.92/terminatorlib/factory.py-orig	2010-04-15 13:37:12.974882079 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   194
+++ terminator-0.92/terminatorlib/factory.py	2010-04-15 13:39:11.442203532 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   195
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   196
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   197
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   198
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   199
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   200
 """factory.py - Maker of objects
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   201
--- terminator-0.92/terminatorlib/terminal.py-orig	2010-04-15 13:36:40.380236186 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   202
+++ terminator-0.92/terminatorlib/terminal.py	2010-04-15 13:38:47.283020365 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   203
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   204
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   205
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   206
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   207
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   208
 """terminal.py - classes necessary to provide Terminal widgets"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   209
--- terminator-0.92/terminatorlib/terminal_popup_menu.py-orig	2010-04-15 13:36:53.995294119 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   210
+++ terminator-0.92/terminatorlib/terminal_popup_menu.py	2010-04-15 13:38:57.930231108 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   211
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   212
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   213
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   214
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   215
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   216
 """terminal_popup_menu.py - classes necessary to provide a terminal context 
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   217
--- terminator-0.92/terminatorlib/plugins/custom_commands.py-orig	2010-04-15 13:37:40.586250827 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   218
+++ terminator-0.92/terminatorlib/plugins/custom_commands.py	2010-04-15 13:39:34.154626664 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   219
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   220
-#!/usr/bin/python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   221
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   222
 # Terminator by Chris Jones <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   223
 # GPL v2 only
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   224
 """custom_commands.py - Terminator Plugin to add custom command menu entries"""
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   225
--- terminator-0.92/terminator-orig	2010-04-15 13:43:21.444039059 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   226
+++ terminator-0.92/terminator	2010-04-15 13:43:26.664025137 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   227
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   228
-#!/usr/bin/env python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   229
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   230
 #    Terminator - multiple gnome terminals in one window
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   231
 #    Copyright (C) 2006-2010  [email protected]
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   232
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   233
--- terminator-0.92/terminatorlib/editablelabel.py-orig	2010-04-15 13:43:03.705918270 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   234
+++ terminator-0.92/terminatorlib/editablelabel.py	2010-04-15 13:43:10.055749519 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   235
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   236
-#!/usr/bin/env python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   237
+#!/usr/bin/python2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   238
 # vim: tabstop=4 softtabstop=4 shiftwidth=4 expandtab
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   239
 #
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   240
 # Copyright (c) 2009, Emmanuel Bretelle <[email protected]>
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   241
--- terminator-0.92/setup.py-orig	2010-04-15 13:44:03.846371877 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   242
+++ terminator-0.92/setup.py	2010-04-15 13:44:10.233062053 -0500
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   243
@@ -1,4 +1,4 @@
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   244
-#!/usr/bin/env python
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   245
+#!/usr/bin/python-2.6
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   246
 
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   247
 from distutils.core import setup
93461edb1490 2010-06-10 Christian Kelly <[email protected]>
chrisk
parents:
diff changeset
   248
 from distutils.dist import Distribution