Recoverd implementation using DrawableArea for the map
[wifihood] / wifiview
1 #!/usr/bin/python
2
3 import wifiview
4
5 if __name__ == "__main__":
6     map = wifiview.MapWindow()
7     map.main()
8