From e52629c1c70f91ac117e488e04a73bf9e91ab8f9 Mon Sep 17 00:00:00 2001 From: nfnty Date: Fri, 23 Dec 2016 10:49:25 +0100 Subject: linting: Python 2 compat: Import from `__future__` --- examples/plugin_chmod_keybindings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/plugin_chmod_keybindings.py') diff --git a/examples/plugin_chmod_keybindings.py b/examples/plugin_chmod_keybindings.py index 72e90121..faab2345 100644 --- a/examples/plugin_chmod_keybindings.py +++ b/examples/plugin_chmod_keybindings.py @@ -4,6 +4,8 @@ # It could replace the ten lines in the rc.conf that create the key bindings # for the "chmod" command. +from __future__ import (absolute_import, print_function) + import ranger.api -- cgit 1.4.1-2-gfad0