From: Razvan Deaconescu Date: Tue, 1 Dec 2009 08:49:52 +0000 (+0200) Subject: minor changes to viewer/gui.py X-Git-Tag: getopt_long~230 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=2628a82a278f78ff7a874d1221f8556e030e5b97;p=cs-p2p-next.git minor changes to viewer/gui.py --- diff --git a/viewer/gui.py b/viewer/gui.py index d635572..7a9650f 100755 --- a/viewer/gui.py +++ b/viewer/gui.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + """ Example to draw a cursor and report the data coords in wx """ @@ -68,4 +70,4 @@ class App(wx.App): if __name__=='__main__': app = App(0) - app.MainLoop() \ No newline at end of file + app.MainLoop()