summary refs log tree commit diff stats
path: root/ranger/ext/cached_function.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/ext/cached_function.py')
-rw-r--r--ranger/ext/cached_function.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/ext/cached_function.py b/ranger/ext/cached_function.py
index 3c26d4f9..c5a4cb47 100644
--- a/ranger/ext/cached_function.py
+++ b/ranger/ext/cached_function.py
@@ -1,6 +1,8 @@
 # This file is part of ranger, the console file manager.
 # License: GNU GPL version 3, see the file "AUTHORS" for details.
 
+from __future__ import (absolute_import, print_function)
+
 
 def cached_function(fnc):
     cache = {}