summary refs log tree commit diff stats
path: root/ranger/container/history.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/container/history.py')
-rw-r--r--ranger/container/history.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/container/history.py b/ranger/container/history.py
index c72d5c3b..857f12b6 100644
--- a/ranger/container/history.py
+++ b/ranger/container/history.py
@@ -3,6 +3,8 @@
 
 # TODO: rewrite to use deque instead of list
 
+from __future__ import (absolute_import, print_function)
+
 
 class HistoryEmptyException(Exception):
     pass