summaryrefslogtreecommitdiff
path: root/gps/gps.py
diff options
context:
space:
mode:
Diffstat (limited to 'gps/gps.py')
-rwxr-xr-xgps/gps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps/gps.py b/gps/gps.py
index 73199a4e..c0082268 100755
--- a/gps/gps.py
+++ b/gps/gps.py
@@ -149,7 +149,7 @@ class gpsdata:
st += " %r\n" % sat
return st
-class gps(gpsdata, gpsjson):
+class gps(gpscommon, gpsdata, gpsjson):
"Client interface to a running gpsd instance."
def __init__(self, host="127.0.0.1", port=GPSD_PORT, verbose=0, mode=0):
gpscommon.__init__(self, host, port, verbose)