Make sure data files have final newlines.
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 11 Sep 2012 00:16:18 +0000 (00:16 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 11 Sep 2012 00:16:18 +0000 (00:16 +0000)
commitf7fc45b44d9ce028485c9de0467c68fcf55c17a8
tree6b0d63864033b357522bddedb7685fe9def87973
parente7256def4f49815b0248be8118af4dfb940fe1a2
Make sure data files have final newlines.

* weather.py(correlate): Previously the airports, places, stations,
zctas and zones files lacked trailing newlines, so this trivial patch
adds them before each is closed for writing.
weather.py