summaryrefslogtreecommitdiff
path: root/leapsecond.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-03-22 05:48:50 -0400
committerEric S. Raymond <esr@thyrsus.com>2016-03-22 05:48:50 -0400
commit07e621b02dab5acf5ce0c92bc9df356ff302672f (patch)
tree156f9f5f1bf97a65b1636ce6abec409744ba1e7b /leapsecond.py
parent6f0fbc77dd429c275bed15fd22c4db4c79ea6318 (diff)
downloadgpsd-07e621b02dab5acf5ce0c92bc9df356ff302672f.tar.gz
pylint cleanup.
Diffstat (limited to 'leapsecond.py')
-rwxr-xr-xleapsecond.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/leapsecond.py b/leapsecond.py
index 89c38661..d5d3c043 100755
--- a/leapsecond.py
+++ b/leapsecond.py
@@ -182,7 +182,7 @@ def save_leapseconds(outfile):
continue
md = leapbound(fields[0], fields[1])
if verbose:
- sus.stderr.write("# %s\n" % md)
+ sys.stderr.write("# %s\n" % md)
fp.write(repr(iso_to_unix(md)) + "\t# " + str(md) + "\n")
fp.close()
return