From 2628a82a278f78ff7a874d1221f8556e030e5b97 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 1 Dec 2009 10:49:52 +0200 Subject: [PATCH] minor changes to viewer/gui.py --- viewer/gui.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() -- 2.20.1