Changeset 2246
- Timestamp:
- 07/03/07 15:17:44 (14 years ago)
- Location:
- TI02-CSML/trunk
- Files:
-
- 7 deleted
- 1 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/csmllibs/csmldataiface.py
r2243 r2246 371 371 def getListofVariables(self): 372 372 variableList=self.file.variables.keys() 373 374 # Hack to test if removing climatology_bounds fixes pywms bug375 if 'climatology_bounds' in variableList:376 variableList.remove('climatology_bounds')377 378 373 return variableList 379 374
Note: See TracChangeset
for help on using the changeset viewer.