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 d635572..7a9650f 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()