summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vedit.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi/video/Vedit.py')
-rwxr-xr-xDemo/sgi/video/Vedit.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vedit.py b/Demo/sgi/video/Vedit.py
index 9cae931..6993dfa 100755
--- a/Demo/sgi/video/Vedit.py
+++ b/Demo/sgi/video/Vedit.py
@@ -246,4 +246,8 @@ class Editor:
getattr(self, io + '_info2').label = `pos`
getattr(self, io + '_info3').label = `right`
-main()
+
+try:
+ main()
+except KeyboardInterrupt:
+ print '[Interrupt]'