about summary refs log tree commit diff stats
path: root/ranger.py
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2017-05-06 23:10:49 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2017-05-06 23:10:49 +0200
commit7548d13090ea0fb0f2e42be15413f60c6380e81d (patch)
treef03dbdce7b0c1de0deff7e6588b4414ba0aa2ada /ranger.py
parentd5e269d8f15b189bc54ed48be1c92247a4e0c84c (diff)
downloadranger-7548d13090ea0fb0f2e42be15413f60c6380e81d.tar.gz
Do not import unused modules; fix the pylint tests
Diffstat (limited to 'ranger.py')
-rwxr-xr-xranger.py1
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