77e974c707
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
8 lines
306 B
XML
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>
|