diff options
author | stepshal <nessento@openmailbox.org> | 2016-06-16 16:52:33 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-06-16 16:52:33 +0700 |
commit | 334a07bf48cd36f61b7d3479080201d1369e56d7 (patch) | |
tree | f7092860a577098f74d08b3bd4749955205d2ac4 | |
parent | 7c760ac0256aa1d27433e8f410ae014be2da2334 (diff) | |
download | ranger-334a07bf48cd36f61b7d3479080201d1369e56d7.tar.gz |
Remove blank lines at end of file
-rwxr-xr-x | doc/tools/print_keys.py | 1 | ||||
-rw-r--r-- | ranger/ext/cached_function.py | 1 | ||||
-rw-r--r-- | ranger/ext/get_executables.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/doc/tools/print_keys.py b/doc/tools/print_keys.py index fecd6fb9..e1cea81e 100755 --- a/doc/tools/print_keys.py +++ b/doc/tools/print_keys.py @@ -17,4 +17,3 @@ def main(w): w.addstr(repr(getmouse()) + sep) else: w.addstr(str(ch) + sep) - diff --git a/ranger/ext/cached_function.py b/ranger/ext/cached_function.py index bce2b5ca..cbc0d591 100644 --- a/ranger/ext/cached_function.py +++ b/ranger/ext/cached_function.py @@ -12,4 +12,3 @@ def cached_function(fnc): return value inner_cached_function._cache = cache return inner_cached_function - diff --git a/ranger/ext/get_executables.py b/ranger/ext/get_executables.py index 6479f2cc..b3ffcd33 100644 --- a/ranger/ext/get_executables.py +++ b/ranger/ext/get_executables.py @@ -44,4 +44,3 @@ def get_executables_uncached(*paths): if filestat.st_mode & (S_IXOTH | S_IFREG): executables.add(item) return executables - |