[meld] Bump Python requirement to 2.6
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Bump Python requirement to 2.6
- Date: Mon, 11 Jun 2012 07:44:52 +0000 (UTC)
commit 73a02aea5e513be5d369a7380a392a3fb7627b27
Author: Kai Willadsen <kai willadsen gmail com>
Date: Mon Jun 11 17:14:35 2012 +1000
Bump Python requirement to 2.6
bin/meld | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/bin/meld b/bin/meld
index 3c3b431..9fde020 100755
--- a/bin/meld
+++ b/bin/meld
@@ -93,8 +93,8 @@ except locale.Error:
print "Couldn't bind the translation domain. Some translations won't work."
-# Check requirements: Python 2.5, pygtk 2.14
-pyver = (2, 5)
+# Check requirements: Python 2.6, pygtk 2.14
+pyver = (2, 6)
pygtkver = (2, 14, 0)
pygobjectver = (2, 16, 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]