--- a/MultiProject/MultiProject.py Fri May 30 13:17:20 2014 +0200 +++ b/MultiProject/MultiProject.py Fri May 30 15:16:40 2014 +0200 @@ -90,15 +90,15 @@ self.description = "" # description of the multi project self.name = "" self.opened = False - self.projects = [] # list of project info; each info entry is - # a dictionary - # 'name' : name of the project - # 'file' : project file name - # 'master' : flag indicating the master - # project - # 'description' : description of the project - # 'category' : name of the group - # 'uid' : unique identifier + self.projects = [] + # list of project info; each info entry is a dictionary + # 'name' : name of the project + # 'file' : project file name + # 'master' : flag indicating the master + # project + # 'description' : description of the project + # 'category' : name of the group + # 'uid' : unique identifier self.categories = [] def __loadRecent(self):