diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-15 21:06:27 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-15 21:06:27 (GMT) |
commit | d17b1012106133c8f65e8f8e0e105d251a60b14d (patch) | |
tree | b233bf1202d4d1f6185f9871f757e7da9c5d05e9 /bin/install_python.py | |
parent | fabff06e1ff1863ded70136f0797814a676a86d4 (diff) | |
download | SCons-d17b1012106133c8f65e8f8e0e105d251a60b14d.zip SCons-d17b1012106133c8f65e8f8e0e105d251a60b14d.tar.gz SCons-d17b1012106133c8f65e8f8e0e105d251a60b14d.tar.bz2 |
Revert in-directory changes inadvertently swept up in the last checkin.
Diffstat (limited to 'bin/install_python.py')
-rw-r--r-- | bin/install_python.py | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/bin/install_python.py b/bin/install_python.py index 0cc805b..86807af 100644 --- a/bin/install_python.py +++ b/bin/install_python.py @@ -15,19 +15,10 @@ import sys from Command import CommandRunner, Usage all_versions = [ - #'1.5.2', # no longer available at python.org - #'2.0.1', # no longer supported by SCons - #'2.1.3', # no longer supported by SCons - '2.2', - #'2.2.3', - '2.3', - #'2.3.7', - #'2.4', - '2.4.6', - '2.5.5', - '2.6.5', - '3.0.1', - '3.1.2', + '2.3.7', + '2.4.5', + #'2.5.2', + '2.6', ] def main(argv=None): |