diff options
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r-- | ranger/core/actions.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py index 7473fd78..68fc4884 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -2,6 +2,8 @@ # License: GNU GPL version 3, see the file "AUTHORS" for details. # pylint: disable=too-many-lines +from __future__ import (absolute_import, print_function) + import codecs import os from os import link, symlink, getcwd, listdir, stat |