diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-05-05 12:25:21 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-05-05 12:25:21 +0100 |
| commit | 97c80917a2bf4d0662b55df8f1ac28aca24127ea (patch) | |
| tree | f0fb832d706086a185ee88c3612fd3f146ef1221 /tomorrowtheground.py | |
| parent | d0096f9d675c4deb04981d91fe3645c4ea6dde05 (diff) | |
fixed serial bug
Diffstat (limited to 'tomorrowtheground.py')
| -rwxr-xr-x | tomorrowtheground.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
