]> p2p-next.cs.pub.ro Git - cs-p2p-next.git/commitdiff
minor changes to viewer/gui.py
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 1 Dec 2009 08:49:52 +0000 (10:49 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 1 Dec 2009 08:50:12 +0000 (10:50 +0200)
viewer/gui.py

index d635572be8a8012490bda66fc5511f5b53a4bc01..7a9650f9762d55b84cb463b9d44cfa0b29ee0426 100755 (executable)
@@ -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()