From b02306041fcdbd218c247bc539fe3ef64762a139 Mon Sep 17 00:00:00 2001 From: javiplx Date: Wed, 13 Oct 2010 11:38:18 +0000 Subject: [PATCH] Added new short-version of view application git-svn-id: file:///svnroot/wifihood/trunk/wifiscanner@57 c51dfc6a-5949-4919-9c8e-f207a149c383 --- wifiview | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 wifiview diff --git a/wifiview b/wifiview new file mode 100755 index 0000000..b534841 --- /dev/null +++ b/wifiview @@ -0,0 +1,8 @@ +#!/usr/bin/python + +import wifiview + +if __name__ == "__main__": + map = wifiview.MapWindow() + map.main() + -- 1.7.9.5