gst-uninstalled: use print as function
authorNicola Murino <nicola.murino@gmail.com>
Wed, 29 Jan 2014 12:20:19 +0000 (13:20 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 29 Jan 2014 19:22:27 +0000 (20:22 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=723229

scripts/gst-uninstalled

index 4318b3a..b943cfe 100755 (executable)
@@ -187,7 +187,7 @@ export GST_PLUGIN_SCANNER=$GST/gstreamer/libs/gst/helpers/gst-plugin-scanner
 # this still doesn't make it work for the uninstalled case, since man goes
 # look for a man directory "nearby" instead of the directory I'm telling it to
 export MANPATH=$GST/gstreamer/tools:$GST_PREFIX/share/man:$MANPATH
-pythonver=`python -c "import sys; print sys.version[:3]"`
+pythonver=`python -c "import sys; print (sys.version[:3])"`
 export PYTHONPATH=$GST/gst-python:$GST_PREFIX/lib/python$pythonver/site-packages${PYTHONPATH:+:$PYTHONPATH}
 
 # clutter-gst