summaryrefslogtreecommitdiff
path: root/xgpsspeed
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-01-17 10:35:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-01-17 18:36:11 -0500
commit55dd28deaa31feee7385d45a60f53ef65c0dec16 (patch)
treee0f1f57a47bff4528040206c0deb5d8bdf053264 /xgpsspeed
parentf0100ff905939788c202d95627ecac8dfcb29528 (diff)
downloadgpsd-55dd28deaa31feee7385d45a60f53ef65c0dec16.tar.gz
The old xgpsspeed version number and TODO no longer make much sense.
Diffstat (limited to 'xgpsspeed')
-rwxr-xr-xxgpsspeed14
1 files changed, 2 insertions, 12 deletions
diff --git a/xgpsspeed b/xgpsspeed
index 4327479a..91ed5a72 100755
--- a/xgpsspeed
+++ b/xgpsspeed
@@ -4,6 +4,8 @@
# Robin Wittler <real@the-real.org> (speedometer mode)
# and
# Chen Wei <weichen302@gmx.com> (nautical mode)
+#
+# BSD terms apply: see the file COPYING in the distribution root for details.
import pygtk
pygtk.require('2.0')
@@ -18,18 +20,6 @@ from math import sqrt
from math import radians
from socket import error as SocketError
-
-__version__ = '0.0.8'
-# BSD terms apply: see the file COPYING in the distribution root for details.
-
-#TODO
-# add getopts and handle it
-# add configparser
-# add a config menu entry
-# write unit tests!
-# testing!
-# cleanup and sanitize code
-
class Speedometer(gtk.DrawingArea):
def __init__(self, speed_unit=None):
gtk.DrawingArea.__init__(self)