[meld] Bump Python requirement to 2.5 for now



commit e40119407330537197b9a5b26bbcd65a52cfc2c5
Author: Kai Willadsen <kai willadsen gmail com>
Date:   Sun Oct 3 06:42:29 2010 +1000

    Bump Python requirement to 2.5 for now

 bin/meld |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bin/meld b/bin/meld
index d082dda..e9eeb63 100755
--- a/bin/meld
+++ b/bin/meld
@@ -86,8 +86,8 @@ except locale.Error:
     print "Couldn't bind the translation domain. Some translations won't work."
 
 
-# Check requirements: Python 2.4, pygtk 2.8
-pyver = (2,4)
+# Check requirements: Python 2.5, pygtk 2.14
+pyver = (2, 5)
 pygtkver = (2, 14, 0)
 
 def missing_reqs(mod, ver, exception=None):



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