diff options
Diffstat (limited to 'Demo/sgi/video/LiveVideoOut.py')
-rwxr-xr-x | Demo/sgi/video/LiveVideoOut.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Demo/sgi/video/LiveVideoOut.py b/Demo/sgi/video/LiveVideoOut.py index d9c1138..150e8a0 100755 --- a/Demo/sgi/video/LiveVideoOut.py +++ b/Demo/sgi/video/LiveVideoOut.py @@ -53,4 +53,5 @@ class LiveVideoOut: gl.winset(oldwid) def close(self): - print 'Done video out' + ##print 'Done video out' + pass |