Set python version back to 2.6.5 in .pydevproject

When I fixed some unused imports in 0c0040b I did `git commit -a`
and pushed without realising that Eclipse had changed the Python
version in the PyDev project config.

This change sets the version back to 2.6.5 which is the minimum
version required to run the python scripts in the Buck build.

Change-Id: Idc97af3d01999889d9b1a818fbd1bbe0b274dcf3
This commit is contained in:
David Pursehouse 2013-05-20 11:34:42 +09:00
parent 584af674fa
commit 77e974c707
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6.5</pydev_property>
</pydev_project>