summary refs log tree commit diff stats
path: root/examples/plugin_ipc.py
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-16 17:44:13 +0700
committerstepshal <nessento@openmailbox.org>2016-06-16 17:44:13 +0700
commitdded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab (patch)
tree9a98e0e6ebcbe543179759155996cf249c9e03ed /examples/plugin_ipc.py
parent7c760ac0256aa1d27433e8f410ae014be2da2334 (diff)
downloadranger-dded3cb8862d91bf20c5f8e4a4dd37b108c7b8ab.tar.gz
Add one blank line where is expected
Diffstat (limited to 'examples/plugin_ipc.py')
-rw-r--r--examples/plugin_ipc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/plugin_ipc.py b/examples/plugin_ipc.py
index a9e79205..cfb546fa 100644
--- a/examples/plugin_ipc.py
+++ b/examples/plugin_ipc.py
@@ -22,6 +22,7 @@ def hook_init(fm):
             import thread
         except ImportError:
             import _thread as thread
+
         def ipc_reader(filepath):
             while True:
                 with open(filepath, 'r') as fifo: