diff MPIWGRoot.py @ 27:9a75eb1b31b3

more work on projects.
author casties
date Mon, 22 Apr 2013 21:01:00 +0200
parents 8a99ad8713d6
children aa4ab114c28a
line wrap: on
line diff
--- a/MPIWGRoot.py	Thu Apr 18 20:39:01 2013 +0200
+++ b/MPIWGRoot.py	Mon Apr 22 21:01:00 2013 +0200
@@ -273,6 +273,11 @@
         items.sort(key=lambda x:int(x.weight))
         return items
 
+    def getProjectsFolder(self):
+        """returns the MPIWGProjectFolder"""
+        dir = getattr(self, 'projects', None)
+        return dir
+
     def getMPIWGRoot(self):
         """returns the MPIWG root"""
         return self
@@ -923,6 +928,7 @@
         
         department fuer das Tree geholt werden soll
         """
+        logging.debug("MPIWGRoot.getTree()")
 
         returnListTmp=[]
         returnList=[]