diff options
-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 |