summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-10-25 22:12:51 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-10-25 22:12:51 -0400
commit39c541a1a8b7f700dd4d04fc07cffb43889a92da (patch)
tree3a634de9f4f771d2c9fa7560d584ab11916fe991 /gpsprof
parentbc04e7571a64a572a6874cdd84d317b9fe5ab28c (diff)
downloadgpsd-39c541a1a8b7f700dd4d04fc07cffb43889a92da.tar.gz
Version bump, pychecker fixes and installation-procedure tweaks.
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index 158ae7c4..38240299 100755
--- a/gpsprof
+++ b/gpsprof
@@ -6,7 +6,7 @@
# Collect and plot latency-profiling data from a running gpsd.
# Requires gnuplot.
#
-import sys, os, time, getopt, socket, math, copy, signal, json
+import sys, os, time, getopt, socket, math, copy, signal
import gps
class Baton: