From dc9d99381eb773116ce4e3f4413f08275e7f1c1c Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 9 Aug 2014 16:07:14 -0500 Subject: Add comment. --- scilab_kernel.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scilab_kernel.py b/scilab_kernel.py index 2131064..79776bc 100644 --- a/scilab_kernel.py +++ b/scilab_kernel.py @@ -54,6 +54,7 @@ class ScilabKernel(Kernel): self.scilab_wrapper = scilab scilab.restart() # this forces scilab to start up prior to the kernel + # we need this var because `_` is a function in Scilab self.scilab_wrapper.put('last_kernel_value', '') finally: signal.signal(signal.SIGINT, sig) -- cgit