summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-06-09 10:33:50 +0200
committerhut <hut@lavabit.com>2010-06-09 10:33:50 +0200
commit8129ccb6d1e10182d60a71483da2c3db08108adb (patch)
tree50f8aad3316ccf871976b0f4e3fa49e3831046f1
parent1881922fba437a3f2ba8f1392ba27b78c382e82f (diff)
downloadranger-8129ccb6d1e10182d60a71483da2c3db08108adb.tar.gz
Changed hashbang line to "#!/usr/bin/env python"
-rw-r--r--INSTALL2
-rwxr-xr-xdoc/print_colors.py2
-rw-r--r--doc/print_keys.py2
-rwxr-xr-xranger.py2
-rw-r--r--ranger/__main__.py2
-rwxr-xr-xtest/all_benchmarks.py2
-rwxr-xr-xtest/all_tests.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 5fc5ca6b..9939c11b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,7 @@ though you might want to read the Makefile first)
 
 0. Make sure you have a recent version of python, including the
    curses module, which is the case if this shell command prints no errors:
-   python -c 'import curses'
+   python -c 'import curses, sys; assert sys.version >= "2.6"'
 
 
 1. Copy the file "ranger.py" into any of the directories in the PATH
diff --git a/doc/print_colors.py b/doc/print_colors.py
index 7ffd6500..c3508fa6 100755
--- a/doc/print_colors.py
+++ b/doc/print_colors.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 """
 You can use this tool to display all supported colors and their color number.
 It will exit after a keypress.
diff --git a/doc/print_keys.py b/doc/print_keys.py
index 0790acab..f87a2a40 100644
--- a/doc/print_keys.py
+++ b/doc/print_keys.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 """
 You can use this tool to find out values of keypresses
 """
diff --git a/ranger.py b/ranger.py
index aca1b557..a3f2095b 100755
--- a/ranger.py
+++ b/ranger.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -O
+#!/usr/bin/env python -O
 # coding=utf-8
 #
 # Ranger: Explore your forest of files from inside your terminal
diff --git a/ranger/__main__.py b/ranger/__main__.py
index 0c38b6e1..2164c045 100644
--- a/ranger/__main__.py
+++ b/ranger/__main__.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # coding=utf-8
 #
 # Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
diff --git a/test/all_benchmarks.py b/test/all_benchmarks.py
index 73316658..84d6817d 100755
--- a/test/all_benchmarks.py
+++ b/test/all_benchmarks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
 #
 # This program is free software: you can redistribute it and/or modify
diff --git a/test/all_tests.py b/test/all_tests.py
index dff49b60..04321462 100755
--- a/test/all_tests.py
+++ b/test/all_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
 #
 # This program is free software: you can redistribute it and/or modify
committer James Booth <boothj5@gmail.com> 2016-08-10 21:37:22 +0100 Add resource to chat message plugin hooks' href='/danisanti/profani-tty/commit/apidocs/c/profhooks.h?id=5d6b2d0b0414dc0bc49ba2855fa76f5d76c87690'>5d6b2d0b ^
43b1d7f7 ^
9d782fa6 ^
5d6b2d0b ^
9d782fa6 ^

43b1d7f7 ^


83385cdb ^
9d782fa6 ^
30e96b2d ^
9d782fa6 ^

43b1d7f7 ^


9d782fa6 ^
30e96b2d ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^



a948d741 ^
43b1d7f7 ^


a948d741 ^
43b1d7f7 ^


9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

83385cdb ^
9d782fa6 ^
a948d741 ^
9d782fa6 ^

43b1d7f7 ^
a948d741 ^
43b1d7f7 ^

9d782fa6 ^
a948d741 ^
43b1d7f7 ^




































































a948d741 ^
43b1d7f7 ^
a948d741 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220