tkrajina / srtm.py

Geo elevation data parser for "The Shuttle Radar Topography Mission" data
Apache License 2.0
240 stars 57 forks source link

Use print function instead of statement #29

Closed wvandelli closed 7 years ago

wvandelli commented 7 years ago

Also import print_function for backwards compatibility with python2

wvandelli commented 7 years ago

Not sure how, but I changed the executable permissions. I will resubmit with a correct fix. Sorry for the noise.

Wainer