summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-24 09:08:21 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-24 09:08:21 -0400
commite4b6ef85a57457fea22411f04b94e71f2e7d2830 (patch)
tree623b23d874fbe7301c75e2e78ac361ddf106172d /gps
parentca71d1c434a9f03a457515a9c5ebff0971991d1d (diff)
downloadgpsd-e4b6ef85a57457fea22411f04b94e71f2e7d2830.tar.gz
Remove a fossil from the Python binding.
Diffstat (limited to 'gps')
-rw-r--r--gps/client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps/client.py b/gps/client.py
index 54aa9b5e..fa8bfa38 100644
--- a/gps/client.py
+++ b/gps/client.py
@@ -128,7 +128,6 @@ WATCH_RAW = 0x000080 # output of raw packets
WATCH_SCALED = 0x000100 # scale output to floats
WATCH_TIMING = 0x000200 # timing information
WATCH_DEVICE = 0x000800 # watch specific device
-POLL_NONBLOCK = 0x001000 # set non-blocking poll
class gpsjson(gpscommon):
"Basic JSON decoding."