diff options
author | squigglezworth <squigglezworth@gmail.com> | 2018-01-05 08:01:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-05 08:01:48 -0500 |
commit | bf6c74a2bf1265837e539a149f2d09b1685b43ad (patch) | |
tree | ae7435ba1337df9ffed5b9e90b0fd0f35efabb16 | |
parent | 520e76e13f619715175b6ce83e22ad0e3e65b057 (diff) | |
parent | 7769d0f2cdccf1c257f03d808248dbdf9b7ea593 (diff) | |
download | ranger-bf6c74a2bf1265837e539a149f2d09b1685b43ad.tar.gz |
Merge branch 'master' into master
-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') |