From 5b8416382ea097a8cfb4e072a4c000325b0a63f7 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 10 May 2010 18:32:04 +0200 Subject: main: added comment --- ranger/__main__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ranger/__main__.py b/ranger/__main__.py index d63ec63b..887f8e28 100644 --- a/ranger/__main__.py +++ b/ranger/__main__.py @@ -208,6 +208,7 @@ def main(): if __name__ == '__main__': - top_dir = os.path.dirname(sys.path[0]) - sys.path.insert(0, top_dir) + # The ranger directory can be executed directly, for example by typing + # python /usr/lib/python2.6/site-packages/ranger + sys.path.insert(0, os.path.dirname(sys.path[0])) main() -- cgit 1.4.1-2-gfad0 is.form.submit();'> mirror of ranger - a simple, vim-like file managerakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/all_benchmarks.py
blob: 73316658429b69ffad9e521ea5caf968fc6c0c62 (plain) (blame)
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