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_pmount.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/plugin_pmount.py') diff --git a/examples/plugin_pmount.py b/examples/plugin_pmount.py index 6cd325f7..5db85385 100644 --- a/examples/plugin_pmount.py +++ b/examples/plugin_pmount.py @@ -9,6 +9,8 @@ # alt+shift+m : unmount /dev/sd # alt+shift+n : list the devices +from __future__ import (absolute_import, print_function) + import ranger.api MOUNT_KEY = 'm' -- cgit 1.4.1-2-gfad0