Skip to content

Commit

Permalink
Update PyDev project to use Python 2.7
Browse files Browse the repository at this point in the history
Buck now requires Python 2.7, so update the project accordingly.

Change-Id: I5e401b00e9ac80eab3008ced0f632f7d4065fcbf
  • Loading branch information
dpursehouse committed Oct 2, 2014
1 parent 8aeece5 commit e1950a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .pydevproject
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?>

<pydev_project>
<?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_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property>
</pydev_project>

0 comments on commit e1950a6

Please sign in to comment.