From efb6f424cd8f9b7440b4345cb3b87c154413b099 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@57 c51dfc6a-5949-4919-9c8e-f207a149c383 --- wifiscanner/wifiview | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 wifiscanner/wifiview diff --git a/wifiscanner/wifiview b/wifiscanner/wifiview new file mode 100755 index 0000000..b534841 --- /dev/null +++ b/wifiscanner/wifiview @@ -0,0 +1,8 @@ +#!/usr/bin/python + +import wifiview + +if __name__ == "__main__": + map = wifiview.MapWindow() + map.main() + -- 1.7.9.5