MultiProject/MultiProject.py

changeset 3621
15f23ed3f216
parent 3591
2f2a4a76dd22
child 3656
441956d8fce5
--- 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):

eric ide

mercurial