gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] Remove unneeded imports from webgps.py


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH] Remove unneeded imports from webgps.py
Date: Thu, 23 Apr 2015 19:05:49 +0800

---
 contrib/webgps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/webgps.py b/contrib/webgps.py
index a95fc84..6350f4b 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:
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]