X-Git-Url: https://www.yuggoth.org/gitweb?p=weather.git;a=blobdiff_plain;f=weather.py;fp=weather.py;h=61d906703ef7f944e31533404a428559502ca99e;hp=d9f193124c72ac859a183e45ce0741076715588a;hb=8b903a7f49f7d66b026726baf65024623208491c;hpb=22d32da11231654a967bcc965fb6a0b0d468e508 diff --git a/weather.py b/weather.py index d9f1931..61d9067 100644 --- a/weather.py +++ b/weather.py @@ -1227,7 +1227,7 @@ def gecos(formatted): return tuple(coordinates) def correlate(): - import codecs, csv, datetime, hashlib, os, re, sys, tarfile, time, zipfile + import codecs, csv, datetime, hashlib, os, re, sys, time, zipfile if pyversion("3"): import configparser else: import ConfigParser as configparser for filename in os.listdir("."):