From: javiplx Date: Wed, 13 Oct 2010 11:38:18 +0000 (+0000) Subject: Added new short-version of view application X-Git-Tag: cleaned~27 X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=efb6f424cd8f9b7440b4345cb3b87c154413b099;p=wifihood Added new short-version of view application git-svn-id: file:///svnroot/wifihood/trunk@57 c51dfc6a-5949-4919-9c8e-f207a149c383 --- 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() +