summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-23 04:48:59 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-23 04:53:32 -0500
commit0fbbb18c6d1c81c7e362201c3d5951994b360248 (patch)
treee815050e4b9a9d9e414714fb74830b5b4468c0d1 /gps
parent709b05d3328df4d4fe66d258c2a35276d564c6c3 (diff)
downloadgpsd-0fbbb18c6d1c81c7e362201c3d5951994b360248.tar.gz
Revert "Fix a pylint warning. With this scons audit runs completely clean again."
It breaks regression testing (but not the production code). After this revert all regression tests pass again.
Diffstat (limited to 'gps')
-rwxr-xr-xgps/gps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps/gps.py b/gps/gps.py
index a23ddb16..6e495620 100755
--- a/gps/gps.py
+++ b/gps/gps.py
@@ -166,7 +166,6 @@ 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