[Xfce4-commits] <exo:master> Depend on exo 0.5 in the python examples (bug #6188).

Nick Schermer noreply at xfce.org
Mon Feb 15 12:22:02 CET 2010


Updating branch refs/heads/master
         to 4c13968cee9e1271351eb8f270175976cd6c17b2 (commit)
       from bc06b70641e82c6d9854ee13d50943105d06f37a (commit)

commit 4c13968cee9e1271351eb8f270175976cd6c17b2
Author: Adam Plumb <adamplumb at gmail.com>
Date:   Mon Feb 15 12:19:54 2010 +0100

    Depend on exo 0.5 in the python examples (bug #6188).

 python/examples/binding.py                |    2 +-
 python/examples/ellipsizing.py            |    2 +-
 python/examples/iconview.py               |    2 +-
 python/examples/preferred-applications.py |    2 +-
 python/examples/toolbars.py               |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/python/examples/binding.py b/python/examples/binding.py
index 4c5982b..e129348 100755
--- a/python/examples/binding.py
+++ b/python/examples/binding.py
@@ -30,7 +30,7 @@ import gobject
 import gtk
 
 import pyexo
-pyexo.require('0.3')
+pyexo.require('0.5')
 import exo
 
 
diff --git a/python/examples/ellipsizing.py b/python/examples/ellipsizing.py
index a06e49f..b8aad4f 100755
--- a/python/examples/ellipsizing.py
+++ b/python/examples/ellipsizing.py
@@ -33,7 +33,7 @@ import gobject
 import gtk
 
 import pyexo
-pyexo.require('0.5')
+pyexo.require('0.3')
 import exo
 
 
diff --git a/python/examples/iconview.py b/python/examples/iconview.py
index 87c51f4..9efb7d8 100755
--- a/python/examples/iconview.py
+++ b/python/examples/iconview.py
@@ -29,7 +29,7 @@ import gobject
 import gtk
 
 import pyexo
-pyexo.require('0.3')
+pyexo.require('0.5')
 import exo
 
 
diff --git a/python/examples/preferred-applications.py b/python/examples/preferred-applications.py
index c46b2f7..246edd1 100755
--- a/python/examples/preferred-applications.py
+++ b/python/examples/preferred-applications.py
@@ -29,7 +29,7 @@ import gobject
 import gtk
 
 import pyexo
-pyexo.require('0.3')
+pyexo.require('0.5')
 import exo
 
 
diff --git a/python/examples/toolbars.py b/python/examples/toolbars.py
index d75bfde..76ae4e4 100755
--- a/python/examples/toolbars.py
+++ b/python/examples/toolbars.py
@@ -30,7 +30,7 @@ import gobject
 import gtk
 
 import pyexo
-pyexo.require('0.3')
+pyexo.require('0.5')
 import exo
 
 



More information about the Xfce4-commits mailing list