--- MPIWGWeb/Attic/MPIWGHelper.py 2008/06/24 11:16:27 1.1.2.1 +++ MPIWGWeb/Attic/MPIWGHelper.py 2008/08/26 14:00:41 1.1.2.3 @@ -1,3 +1,5 @@ +from types import * + definedFields=['WEB_title','xdata_01','xdata_02','xdata_03','xdata_04','xdata_05','xdata_06','xdata_07','xdata_08','xdata_09','xdata_10','xdata_11','xdata_12','xdata_13','WEB_project_header','WEB_project_description','WEB_related_pub'] checkFields = ['xdata_01'] @@ -75,6 +77,7 @@ def sortI(x,y): def unicodify(str): """decode str (utf-8 or latin-1 representation) into unicode object""" + logging.error("unicodify: %s"%str) if not str: return "" if type(str) is StringType: