summaryrefslogtreecommitdiff
path: root/gps
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-26 21:52:21 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-26 21:52:21 -0400
commit1acb38fc6f58cf20fd3f46dc2b6e1154b58e147c (patch)
treedbacfad3d3f0348501e27f813a4f7c00f7392130 /gps
parent2542668ccc6f715cee6f0cf74b6d9955a7a6d9ef (diff)
downloadgpsd-1acb38fc6f58cf20fd3f46dc2b6e1154b58e147c.tar.gz
Remove obsolete FIXME.
Diffstat (limited to 'gps')
-rw-r--r--gps/fake.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps/fake.py b/gps/fake.py
index edac8e33..4f535570 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -421,7 +421,6 @@ class TestSession:
if logfile not in self.fakegpslist:
testload = TestLoad(logfile, predump=self.predump)
if testload.sourcetype == "UDP":
- # FIXME: As yet, no entries for these on the fakegps list
newgps = FakeUDP(testload, ipaddr="127.0.1.255", port="5000",
progress=self.progress)
else: