beremiz

Parents 78a92a18f8d6
Children 9ffdac9cf609
Now .xml files are automatically created when creating a new project no need to save explicitely.
  • +3 -0
    plugger.py
  • --- a/plugger.py Tue Feb 26 15:25:31 2008 +0100
    +++ b/plugger.py Tue Feb 26 15:33:32 2008 +0100
    @@ -730,7 +730,10 @@
    self.PluggedChilds = {}
    # Keep track of the root plugin (i.e. project path)
    self.ProjectPath = ProjectPath
    + # get plugins bloclist (is that usefull at project creation?)
    self.RefreshPluginsBlockLists()
    + # this will create files base XML files
    + self.SaveProject()
    return None
    def LoadProject(self, ProjectPath, logger):