diff options
Diffstat (limited to 'Demo/sgi/video/Vsend.py')
-rwxr-xr-x | Demo/sgi/video/Vsend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vsend.py b/Demo/sgi/video/Vsend.py index 54554c2..888a366 100755 --- a/Demo/sgi/video/Vsend.py +++ b/Demo/sgi/video/Vsend.py @@ -74,7 +74,7 @@ def main(): hosts.append(gethostbyname(DEFMCAST)) if not LiveVideoIn.have_video: - print 'Sorry, no video available (use python-405 on roos)' + print 'Sorry, no video available (use python-405)' sys.exit(1) gl.foreground() |