Fix Py3K compatibility for compressed correlation
authorJeremy Stanley <fungi@yuggoth.org>
Fri, 10 Mar 2017 15:13:31 +0000 (15:13 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Fri, 10 Mar 2017 15:13:31 +0000 (15:13 +0000)
commit2a84a53f4aac0175f75b77e3a73d5a68b6e20ac6
treedbba396cb7692adf3d9886ea3b0698b4e18dd8c0
parent915f1b8d7d104e8fec75018bb470051f96f5abee
Fix Py3K compatibility for compressed correlation

When run under Python 3.x, explicitly decode decompressed
bytestreams if reading pre-compressed correlation data files.
weather.py