summary refs log tree commit diff stats
path: root/ranger/core/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/actions.py')
-rw-r--r--ranger/core/actions.py2
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