summaryrefslogtreecommitdiff
path: root/gpsfake
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-08-25 06:11:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-08-25 06:11:49 -0400
commitf68d8e4a4cc6614c0ea59048201f44b33a5e1d5f (patch)
tree7afd33f78320551d347ec6aefd751d73044615a8 /gpsfake
parentebee5b3318453faa9901d301b4a2a40221bdf254 (diff)
downloadgpsd-f68d8e4a4cc6614c0ea59048201f44b33a5e1d5f.tar.gz
gpsfake doesn't require the signal module, remove unneeded import
Diffstat (limited to 'gpsfake')
-rwxr-xr-xgpsfake2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsfake b/gpsfake
index 8dbeeff8..833ae0d9 100755
--- a/gpsfake
+++ b/gpsfake
@@ -9,7 +9,7 @@
# This file is Copyright (c) 2010 by the GPSD project
# BSD terms apply: see the file COPYING in the distribution root for details.
-import sys, os, signal, time, getopt, socket, random
+import sys, os, time, getopt, socket, random
import gps.fake
class Baton: