summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorJon Schlueter <jschlueter@redhat.com>2016-02-06 23:42:56 -0500
committerJon Schlueter <jschlueter@redhat.com>2016-02-09 21:12:53 -0500
commitf9a3fb0b26a407b9be87c87f39fcf94301b72d11 (patch)
tree095d74ad28ef1f53b6539989381297efd58709d4 /gpsprof
parent093473653817f7fd4da19453d02f84e1979170a5 (diff)
downloadgpsd-f9a3fb0b26a407b9be87c87f39fcf94301b72d11.tar.gz
[pep8] autopep8 whitespace cleanup
large scale autopep8 cleanup of several pep8 whitespace warnings
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsprof b/gpsprof
index 82972e05..2c124769 100755
--- a/gpsprof
+++ b/gpsprof
@@ -19,6 +19,7 @@ import time
class Baton:
"Ship progress indication to stderr."
+
def __init__(self, prompt, endmsg=None):
self.stream = sys.stderr
self.stream.write(prompt + "...")
@@ -52,6 +53,7 @@ class Baton:
class plotter:
"Generic class for gathering and plotting sensor statistics."
+
def __init__(self):
self.fixes = []
self.start_time = int(time.time())