Added new short-version of view application
authorjaviplx <javiplx@gmail.com>
Wed, 13 Oct 2010 11:38:18 +0000 (11:38 +0000)
committerjaviplx <javiplx@gmail.com>
Wed, 13 Oct 2010 11:38:18 +0000 (11:38 +0000)
git-svn-id: file:///svnroot/wifihood/trunk@57 c51dfc6a-5949-4919-9c8e-f207a149c383

wifiscanner/wifiview [new file with mode: 0755]

diff --git a/wifiscanner/wifiview b/wifiscanner/wifiview
new file mode 100755 (executable)
index 0000000..b534841
--- /dev/null
@@ -0,0 +1,8 @@
+#!/usr/bin/python
+
+import wifiview
+
+if __name__ == "__main__":
+    map = wifiview.MapWindow()
+    map.main()
+