plugger.py
changeset 114 2e3d8d4480e7
parent 113 78a92a18f8d6
child 115 9ffdac9cf609
equal deleted inserted replaced
113:78a92a18f8d6 114:2e3d8d4480e7
   728         # Change XSD into class members
   728         # Change XSD into class members
   729         self._AddParamsMembers()
   729         self._AddParamsMembers()
   730         self.PluggedChilds = {}
   730         self.PluggedChilds = {}
   731         # Keep track of the root plugin (i.e. project path)
   731         # Keep track of the root plugin (i.e. project path)
   732         self.ProjectPath = ProjectPath
   732         self.ProjectPath = ProjectPath
       
   733         # get plugins bloclist (is that usefull at project creation?)
   733         self.RefreshPluginsBlockLists()
   734         self.RefreshPluginsBlockLists()
       
   735         # this will create files base XML files
       
   736         self.SaveProject()
   734         return None
   737         return None
   735         
   738         
   736     def LoadProject(self, ProjectPath, logger):
   739     def LoadProject(self, ProjectPath, logger):
   737         """
   740         """
   738         Load a project contained in a folder
   741         Load a project contained in a folder