debug-viewer: Python3 port follow-up
authorPhilippe Normand <philn@igalia.com>
Sun, 28 Oct 2018 11:03:54 +0000 (11:03 +0000)
committerPhilippe Normand <philn@igalia.com>
Sun, 28 Oct 2018 11:03:54 +0000 (11:03 +0000)
One print statement wasn't ported to Python3.

debug-viewer/gst-debug-viewer

index 25bd850..648a498 100755 (executable)
@@ -52,7 +52,7 @@ def main ():
     try:
         import GstDebugViewer
     except ImportError as exc:
-        print >> sys.stderr, str (exc)
+        print(str (exc), file=sys.stderr)
         sys.exit (1)
     else:
         if installed: