X-Git-Url: http://average.org/gitweb/?a=blobdiff_plain;f=loctrkd%2Fgooglemaps.py;h=881a2bd0500f95e9b567c2436e77292b3e4c8c42;hb=b965fecb08f4149f6f91770e9d6bb6d79f53f11e;hp=418523d45eb9581dce89d07664c48a5eeb775926;hpb=dbdf9d63af31770ad57302e16b17a2fdc526773f;p=loctrkd.git diff --git a/loctrkd/googlemaps.py b/loctrkd/googlemaps.py index 418523d..881a2bd 100644 --- a/loctrkd/googlemaps.py +++ b/loctrkd/googlemaps.py @@ -52,6 +52,7 @@ if __name__.endswith("__main__"): from sqlite3 import connect import sys from .zx303proto import * + from .zx303proto import WIFI_POSITIONING, WIFI_OFFLINE_POSITIONING db = connect(sys.argv[1]) c = db.cursor()