diff MPIWGRoot.py @ 22:5ed0b0c21fe5

started to clean up MPIWGProject.
author casties
date Mon, 08 Apr 2013 20:28:29 +0200
parents faa7c9e936a8
children 3825a9e17409
line wrap: on
line diff
--- a/MPIWGRoot.py	Fri Apr 05 19:01:59 2013 +0200
+++ b/MPIWGRoot.py	Mon Apr 08 20:28:29 2013 +0200
@@ -53,6 +53,7 @@
         #{'label':'Store Historical Persons','action':'storeHistoricalPersons'},
         )
 
+    # TODO: is this used here?
     fieldLabels={'WEB_title':'WEB_Title',
                  'xdata_01':'Responsible Scientists',
                  'xdata_02':'Department',
@@ -1269,9 +1270,9 @@
             return x
         
 
+    # TODO: do we need this here?
     def isCheckField(self,fieldname):
         """return chechfield"""
-        
         return (fieldname in checkFields)