changeset 6213:206b4eb30ef6

Python-2.6 transition: flip the switch.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Tue, 28 Aug 2012 11:53:03 +0200
parents 963c2cf38a9a
children 473498b9a8e9
files gub/tools.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/tools.py	Tue Aug 28 23:04:37 2012 +0200
+++ b/gub/tools.py	Tue Aug 28 11:53:03 2012 +0200
@@ -8,8 +8,8 @@
 from gub import misc
 from gub import octal
 
-python_version = '2.4'
-#python_version = '2.6'
+#python_version = '2.4'
+python_version = '2.6'
 
 def get_cross_build_dependencies (settings):
     return []