From 9ed12c5d9cda1f010bc173b0bc622d59e96b0dd0 Mon Sep 17 00:00:00 2001 From: Sarah Owens Date: Tue, 23 Oct 2012 21:28:12 -0700 Subject: [PATCH] Change PyDev project version to "python 2.6" Repo is dropping support for Python <2.5 soon, so this updates the PyDev configuration appropriately. Change-Id: If327951e3a9fd9ff7513b931bfcfe6172dc8e4c5 --- .pydevproject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pydevproject b/.pydevproject index b74568ab..880abd62 100644 --- a/.pydevproject +++ b/.pydevproject @@ -5,6 +5,6 @@ /repo -python 2.4 +python 2.6 Default