From 97c80917a2bf4d0662b55df8f1ac28aca24127ea Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 5 May 2012 12:25:21 +0100 Subject: fixed serial bug --- tomorrowtheground.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tomorrowtheground.py b/tomorrowtheground.py index 857ff8e..b1a09ed 100755 --- a/tomorrowtheground.py +++ b/tomorrowtheground.py @@ -48,7 +48,7 @@ try: except: print "no scale layers found" -import gpspoller +from gpspoller import * gpsp="" try: -- cgit v1.2.3