summaryrefslogtreecommitdiff
path: root/gps/gps.py
diff options
context:
space:
mode:
Diffstat (limited to 'gps/gps.py')
-rwxr-xr-xgps/gps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps/gps.py b/gps/gps.py
index 6e495620..a23ddb16 100755
--- a/gps/gps.py
+++ b/gps/gps.py
@@ -166,6 +166,7 @@ class gpsdata:
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):
+ gpsjson.__init__(self)
gpscommon.__init__(self, host, port, verbose)
gpsdata.__init__(self)
self.newstyle = False