]> www.average.org Git - loctrkd.git/blobdiff - gps303/opencellid.py
rename protocol module to "gps303proto"
[loctrkd.git] / gps303 / opencellid.py
index 192409a5952786397ba8876865b674307694afac..843e595e78003fd3b228154b4297d93045dddb76 100644 (file)
@@ -58,7 +58,7 @@ def qry_cell(dbname, mcc, gsm_cells):
 if __name__.endswith("__main__"):
     from datetime import datetime, timezone
     import sys
-    from .GT06mod import *
+    from .gps303proto import *
 
     db = connect(sys.argv[1])
     c = db.cursor()