gerrit/.pydevproject
David Pursehouse 77e974c707 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
2013-05-20 11:36:08 +09:00

8 lines
306 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>
<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.6.5</pydev_property>
</pydev_project>