* Adapt framework install makefiles to 2to3 tool

* Re-enable installation of files in /usr/local/bin in the OSX installer
  because those files no longer clash with a 2.x install.
This commit is contained in:
Ronald Oussoren 2009-05-26 21:18:59 +00:00
parent 220a9fbde4
commit afbca49cbe
3 changed files with 7 additions and 3 deletions

View file

@ -225,7 +225,7 @@ PKG_RECIPES = [
is not necessary to use Python.
""",
required=False,
selected='unselected',
selected='selected',
),
dict(
name="PythonDocumentation",