summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-10-25 16:27:54 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-10-25 16:27:54 +0000
commit7e2ed2ac8e17f206af0194326f153ed72f57d3e4 (patch)
tree94e52722229f8f65e374abd50ee9ec77fbb8cac0 /gpsprof
parent5f86dfbd5d4dbbcaa05d560fe9cfc1cffaf88f93 (diff)
downloadgpsd-7e2ed2ac8e17f206af0194326f153ed72f57d3e4.tar.gz
Make it clearer that gpsprof is importing a non-system module.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index b6c313fa..3b582c76 100755
--- a/gpsprof
+++ b/gpsprof
@@ -3,7 +3,8 @@
# Collect and plot latency-profiling data from a running gpsd.
# Requires gnuplot.
#
-import sys, os, time, getopt, gps, tempfile, time, socket, math, copy
+import sys, os, time, getopt, tempfile, time, socket, math, copy
+import gps
class Baton:
"Ship progress indication to stderr."