diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-03-13 03:57:32 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-03-13 03:57:32 -0500 |
commit | af87811bd557b609352c20076de048b3fbc08421 (patch) | |
tree | 78cb17b5c7fcc0f53a6dfd91a858f945f56255d1 /devtools | |
parent | ed9063e01fe85d93d6669fbdb08a14cd764a11a0 (diff) | |
download | gpsd-af87811bd557b609352c20076de048b3fbc08421.tar.gz |
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Diffstat (limited to 'devtools')
-rwxr-xr-x | devtools/ais.py | 2 | ||||
-rwxr-xr-x | devtools/leapsecond.py | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devtools/ais.py b/devtools/ais.py index 03550a2a..49c784de 100755 --- a/devtools/ais.py +++ b/devtools/ais.py @@ -1034,4 +1034,4 @@ if __name__ == "__main__": print "%d\t%d" % (msgtype, frequencies[msgtype]) except KeyboardInterrupt: pass -# $Id$ +# End diff --git a/devtools/leapsecond.py b/devtools/leapsecond.py index a47a8434..8c1e5ab2 100755 --- a/devtools/leapsecond.py +++ b/devtools/leapsecond.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -# $Id$ # # Get the current leap-second value. This is the offset between UTC and # GPS time, which changes occasionally due to variations in the Earth's |