summaryrefslogtreecommitdiff
path: root/gpsd.hotplug
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-06-27 18:53:20 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-06-27 18:53:20 +0000
commit641cab4db1583bba4cbc2abd55663feab31c038c (patch)
tree1864118581c42474c34b30a4b9cb539b869cf2ee /gpsd.hotplug
parentcaedffbd5c387fef901b11a642f83f9a7afa1b5a (diff)
downloadgpsd-641cab4db1583bba4cbc2abd55663feab31c038c.tar.gz
Tilman Koschnik fxed a bug.
Diffstat (limited to 'gpsd.hotplug')
-rwxr-xr-xgpsd.hotplug2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.hotplug b/gpsd.hotplug
index 68b4ba1d..bf17c8ca 100755
--- a/gpsd.hotplug
+++ b/gpsd.hotplug
@@ -3,7 +3,7 @@
# This script is part of the gpsd distribution: see http://gpsd.berlios.de
# Can be called like "gpsd.hotplug [add|remove] /dev/ttyUSB0" for test
# purposes.
-import sys, os, syslog, glob, socket, stat
+import sys, time, os, syslog, glob, socket, stat
CONTROL_SOCKET = "/var/run/gpsd.sock"
WHEREAMI = "/etc/hotplug/usb/gpsd.hotplug"