about summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-05-06 23:21:05 +0200
committerhut <hut@lepus.uberspace.de>2016-05-06 23:34:27 +0200
commit523689c114f0688e8efb3831e13e5214a2a858f3 (patch)
tree37f423fe38e5952419f4f1513021a64c8e4f02f4 /setup.py
parent4b1207d7a91ba55c8bbd7ab29bc881daeccc3eb7 (diff)
downloadranger-523689c114f0688e8efb3831e13e5214a2a858f3.tar.gz
core.actions: fix calculation of program indices
The solutoin of @NoSuck used to break when you used "number 9999" in a
declaration of some program.
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions
a> ^
30012350 ^
cec5ef31 ^
5c058ad6 ^
bae22d72 ^



30012350 ^
cec5ef31 ^
30012350 ^
cec5ef31 ^
5c058ad6 ^


bae22d72 ^


30012350 ^
cec5ef31 ^
30012350 ^
cec5ef31 ^
1694f9a3 ^

30012350 ^




34ac52cb ^
30012350 ^
cec5ef31 ^
30012350 ^



cec5ef31 ^
bae22d72 ^
492fb278 ^






















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