summary refs log tree commit diff stats
path: root/ranger/container/file.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/container/file.py')
-rw-r--r--ranger/container/file.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/container/file.py b/ranger/container/file.py
index f6ab880c..a746345c 100644
--- a/ranger/container/file.py
+++ b/ranger/container/file.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 re
 from ranger.container.fsobject import FileSystemObject