Changeset 3911
- Timestamp:
- 19/05/08 17:18:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/csml2Moles/molesReadWrite.py
r3866 r3911 189 189 if item == '{http://ndg.nerc.ac.uk/moles}': 190 190 continue 191 192 # avoid abstractText being output twice 193 # NB, this is a hack to fix the problem of this class not handling 194 # namespaces correctly - ideally this is what should be fixed here 195 if str(molesFrag.tag) == "abstract": 196 if len(molesFrag) > 0: 197 continue 198 191 199 if hasattr(self, item): 192 200 if isinstance(self.__dict__[item], molesElement):
Note: See TracChangeset
for help on using the changeset viewer.