diff options
Diffstat (limited to 'examples/plugin_pmount.py')
-rw-r--r-- | examples/plugin_pmount.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 <uppercase letter> : unmount /dev/sd<letter> # alt+shift+n : list the devices +from __future__ import (absolute_import, print_function) + import ranger.api MOUNT_KEY = '<alt>m' |