[pyzo] 60/68: Fix in Zon subclass that did not call super

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Sep 28 09:47:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.

commit 57031b3db7ff6fa67155d5a4dca856f89aba71f1
Author: Almar Klein <almarklein at Almar-Kleins-Mac.local>
Date:   Tue Sep 27 00:55:18 2016 +0200

    Fix in Zon subclass that did not call super
---
 pyzo/core/kernelbroker.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyzo/core/kernelbroker.py b/pyzo/core/kernelbroker.py
index a13a3b7..26ee7f7 100644
--- a/pyzo/core/kernelbroker.py
+++ b/pyzo/core/kernelbroker.py
@@ -54,7 +54,7 @@ class KernelInfo(ssdf.Struct):
     
     """
     def __init__(self, info=None):
-        
+        super().__init__()
         # ----- Fixed parameters that define a shell -----
         
         # scriptFile is used to define the mode. If given, we run in 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git



More information about the debian-science-commits mailing list