summaryrefslogtreecommitdiff
path: root/contrib/webgps.py
diff options
context:
space:
mode:
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: