summary refs log tree commit diff stats
path: root/ranger/core/tab.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/tab.py')
-rw-r--r--ranger/core/tab.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/core/tab.py b/ranger/core/tab.py
index 56348111..60097ced 100644
--- a/ranger/core/tab.py
+++ b/ranger/core/tab.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)
+
 import os
 from os.path import abspath, normpath, join, expanduser, isdir
 import sys