diff -r 03e17cd5bde7 -r db09e417e342 plugger.py --- 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)