summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpsprof b/gpsprof
index 5c9c52d6..d0aad600 100755
--- a/gpsprof
+++ b/gpsprof
@@ -21,7 +21,7 @@ import sys
import time
-class Baton:
+class Baton(object):
"Ship progress indication to stderr."
def __init__(self, prompt, endmsg=None):
@@ -55,7 +55,7 @@ class Baton:
return
-class plotter:
+class plotter(object):
"Generic class for gathering and plotting sensor statistics."
def __init__(self):