plugger.py
changeset 496 db09e417e342
parent 486 2e0fe44044b3
child 506 24629d4fc805
--- a/plugger.py	Thu Dec 10 09:35:39 2009 +0100
+++ b/plugger.py	Thu Dec 10 09:39:05 2009 +0100
@@ -772,6 +772,7 @@
         self.PlugParent = None
         # Keep track of the plugin type name
         self.PlugType = "Beremiz"
+        self.PluggedChilds = {}
         # After __init__ root plugin is not valid
         self.ProjectPath = None
         self._setBuildPath(None)