Commit c8aa1d96 authored by Andreas Jung's avatar Andreas Jung

removed Python 2.4.1 as acceptable version

parent 86ad29ba
...@@ -18,7 +18,7 @@ TARGET="2.4.3" ...@@ -18,7 +18,7 @@ TARGET="2.4.3"
# sys.version) below in "best" to "worst" order, not including the # sys.version) below in "best" to "worst" order, not including the
# target version. Up to six acceptable python versions are allowed. # target version. Up to six acceptable python versions are allowed.
# Do not include the target version number in this list! # Do not include the target version number in this list!
ACCEPTABLE="2.4.1 2.4.2" ACCEPTABLE="2.4.2"
# provide the executable names for all the acceptable versions # provide the executable names for all the acceptable versions
# (and the target version) below # (and the target version) below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment