diff options
author | Nathaniel <natemaia10@gmail.com> | 2018-07-07 19:10:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-07 19:10:47 -0700 |
commit | d0f4e2c56af9e0e6452289fd136bb3c9934af225 (patch) | |
tree | 5bfd562b51ae1c3622c4161f5881c29224a764cb | |
parent | 0e4577ea8ac0ea99e2c44164e2e81182d1ec4d07 (diff) | |
download | ranger-d0f4e2c56af9e0e6452289fd136bb3c9934af225.tar.gz |
2 lines around function definition
-rw-r--r-- | examples/plugin_pmount.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/plugin_pmount.py b/examples/plugin_pmount.py index 3079b5a3..f5bd1c67 100644 --- a/examples/plugin_pmount.py +++ b/examples/plugin_pmount.py @@ -23,6 +23,7 @@ UMOUNT_KEY = '<alt>M' LIST_MOUNTS_KEY = '<alt>n' HOOK_INIT_OLD = ranger.api.hook_init + def hook_init(fm): fm.execute_console("map {key} shell -p lsblk".format(key=LIST_MOUNTS_KEY)) |