summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-04 20:39:24 +0100
committerhut <hut@hut.pm>2018-01-04 20:39:24 +0100
commit7769d0f2cdccf1c257f03d808248dbdf9b7ea593 (patch)
treef53f3c83f616328ef37d383369ecf4c26785be23
parenta965ba18b4735ef9c4cd3506c6b4988d1fd85e62 (diff)
downloadranger-7769d0f2cdccf1c257f03d808248dbdf9b7ea593.tar.gz
Fix spectre vulnerability
-rw-r--r--ranger/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/__init__.py b/ranger/__init__.py
index f3495197..a00b813a 100644
--- a/ranger/__init__.py
+++ b/ranger/__init__.py
@@ -29,7 +29,6 @@ DEFAULT_PAGER = 'less'
 USAGE = '%prog [options] [path]'
 VERSION = 'ranger-master {0}'.format(__version__)
 
-
 # These variables are ignored if the corresponding
 # XDG environment variable is non-empty and absolute
 CACHEDIR = os.path.expanduser('~/.cache/ranger')
a> 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