about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsquigglezworth <squigglezworth@gmail.com>2018-01-05 08:01:48 -0500
committerGitHub <noreply@github.com>2018-01-05 08:01:48 -0500
commitbf6c74a2bf1265837e539a149f2d09b1685b43ad (patch)
treeae7435ba1337df9ffed5b9e90b0fd0f35efabb16
parent520e76e13f619715175b6ce83e22ad0e3e65b057 (diff)
parent7769d0f2cdccf1c257f03d808248dbdf9b7ea593 (diff)
downloadranger-bf6c74a2bf1265837e539a149f2d09b1685b43ad.tar.gz
Merge branch 'master' into master
-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')