From: Nicola Murino Date: Wed, 29 Jan 2014 12:20:19 +0000 (+0100) Subject: gst-uninstalled: use print as function X-Git-Tag: 1.3.1~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=826a4e3535eb4b220edbaf3d6b556d291b05324d;p=platform%2Fupstream%2Fgstreamer.git gst-uninstalled: use print as function https://bugzilla.gnome.org/show_bug.cgi?id=723229 --- diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index 4318b3a..b943cfe 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -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