diff options
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: |
