diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2017-05-06 23:10:49 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2017-05-06 23:10:49 +0200 |
commit | 7548d13090ea0fb0f2e42be15413f60c6380e81d (patch) | |
tree | f03dbdce7b0c1de0deff7e6588b4414ba0aa2ada | |
parent | d5e269d8f15b189bc54ed48be1c92247a4e0c84c (diff) | |
download | ranger-7548d13090ea0fb0f2e42be15413f60c6380e81d.tar.gz |
Do not import unused modules; fix the pylint tests
-rwxr-xr-x | ranger.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger.py b/ranger.py index 72905a3c..3c4b0f01 100755 --- a/ranger.py +++ b/ranger.py @@ -25,7 +25,6 @@ return $returnvalue from __future__ import (absolute_import, division, print_function) import sys -from os.path import exists, abspath # Need to find out whether or not the flag --clean was used ASAP, # because --clean is supposed to disable bytecode compilation |