summaryrefslogtreecommitdiff
path: root/contrib/webgps.py
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2015-04-23 19:05:49 +0800
committerEric S. Raymond <esr@thyrsus.com>2015-04-28 08:16:15 -0400
commitb32743090ab8294f54e6f0c59d4ec91e69c51eb4 (patch)
treefa2504d7cb5154b686c29596669be550ea8d5465 /contrib/webgps.py
parent578e38cc3a5a48eef393e8f5850f389b29eb1751 (diff)
downloadgpsd-b32743090ab8294f54e6f0c59d4ec91e69c51eb4.tar.gz
Remove unneeded imports from webgps.py
Diffstat (limited to 'contrib/webgps.py')
-rwxr-xr-xcontrib/webgps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/webgps.py b/contrib/webgps.py
index a95fc848..6350f4bc 100755
--- a/contrib/webgps.py
+++ b/contrib/webgps.py
@@ -36,7 +36,7 @@ If this file is present on start of webgps.py, it is loaded. This allows to
restart webgps.py without losing accumulated satellite tracks.
"""
-import time, calendar, math, socket, sys, os, select, pickle
+import time, math, sys, os, pickle
try:
from gps import *
except ImportError: