Move UI independent parts of mapWidget into main module
[wifihood] / wifiscanner / wifimap / __init__.py
index 3f6a473..a1c5f09 100644 (file)
@@ -1,5 +1,5 @@
 
-__all__ = [ 'config' , 'db' , 'gps' , 'wifiscan' ]
+__all__ = [ 'config' , 'db' , 'gps' , 'wifiscan' , 'view' ]
 
 from config import *
 
@@ -9,3 +9,5 @@ from gps import *
 
 from wifiscan import *
 
+from view import *
+