diff options
author | hut <hut@hut.pm> | 2018-01-04 20:39:24 +0100 |
---|---|---|
committer | hut <hut@hut.pm> | 2018-01-04 20:39:24 +0100 |
commit | 7769d0f2cdccf1c257f03d808248dbdf9b7ea593 (patch) | |
tree | f53f3c83f616328ef37d383369ecf4c26785be23 | |
parent | a965ba18b4735ef9c4cd3506c6b4988d1fd85e62 (diff) | |
download | ranger-7769d0f2cdccf1c257f03d808248dbdf9b7ea593.tar.gz |
Fix spectre vulnerability
-rw-r--r-- | ranger/__init__.py | 1 |
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') |