Changeset 1029
- Timestamp:
- 01/24/08 08:13:00
- Files:
-
- OWSLib/branches/wcstemp/owslib/coverage/wcs110.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
OWSLib/branches/wcstemp/owslib/coverage/wcs110.py
r1028 r1029 175 175 u = urlopen(base_url, data=data) 176 176 except: 177 u = urlopen(base_url+dat 177 u = urlopen(base_url+dat) 178 178 u=urlopen(fullurl) 179 179
