[goocanvas] goocanvas override is not installed with python3



commit 9bab0b555def88b515d84ef992073ee7ad205328
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sun Jan 5 13:39:15 2014 +0100

    goocanvas override is not installed with python3
    
    this works with python 2.7 as well

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 8d778aa..5f5d1d1 100644
--- a/configure.in
+++ b/configure.in
@@ -94,7 +94,7 @@ fi
 if test "x$enable_python" = "xyes"; then
        PKG_CHECK_MODULES(PYTHON, [pygobject-3.0 >= $PYGOBJECT_REQUIRED])
 
-       pyoverridesdir=`$PYTHON -c "import gi;print gi._overridesdir"`
+       pyoverridesdir=`$PYTHON -c "import gi;print (gi._overridesdir)"`
        AC_SUBST(pyoverridesdir)
 fi
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]