Changeset 1077
- Timestamp:
- 04/03/08 02:46:18
- Files:
-
- OWSLib/branches/wcstemp/owslib/wms.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OWSLib/branches/wcstemp/owslib/wms.py
r1076 r1077 235 235 ## sometimes there is a contact block that is empty, so make 236 236 ## sure there are children to parse 237 if contact is not None and contact.getchildren() is not None:237 if contact is not None and contact.getchildren() != []: 238 238 self.contact = ContactMetadata(contact) 239 239 else:
