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