From 39c541a1a8b7f700dd4d04fc07cffb43889a92da Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 25 Oct 2011 22:12:51 -0400 Subject: Version bump, pychecker fixes and installation-procedure tweaks. --- gpsprof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsprof') 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: -- cgit v1.2.1