diff MPIWGRoot.py @ 30:aa4ab114c28a

more work on projects.
author casties
date Tue, 23 Apr 2013 14:36:32 +0200
parents 9a75eb1b31b3
children 01b5265264b6
line wrap: on
line diff
--- a/MPIWGRoot.py	Tue Apr 23 10:25:52 2013 +0200
+++ b/MPIWGRoot.py	Tue Apr 23 14:36:32 2013 +0200
@@ -273,7 +273,7 @@
         items.sort(key=lambda x:int(x.weight))
         return items
 
-    def getProjectsFolder(self):
+    def getProjectFolder(self):
         """returns the MPIWGProjectFolder"""
         dir = getattr(self, 'projects', None)
         return dir