Initial implementation of the new hildon wrappers
[wifihood] / wifiscanner / wifimap / gps.py
index 5fe2b76..33f8643 100644 (file)
@@ -1,5 +1,8 @@
 
-import location
+try :
+    import location
+except :
+    import hildongtk.location as location
 
 
 import gobject