summary refs log tree commit diff stats
path: root/ranger/core/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/core/shared.py')
-rw-r--r--ranger/core/shared.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/core/shared.py b/ranger/core/shared.py
index 764c2384..3595aede 100644
--- a/ranger/core/shared.py
+++ b/ranger/core/shared.py
@@ -3,6 +3,8 @@
 
 """Shared objects contain singletons for shared use."""
 
+from __future__ import (absolute_import, print_function)
+
 from ranger.ext.lazy_property import lazy_property  # NOQA pylint: disable=unused-import