commit | 7542d664de7a9d42f64a81bc8c0b86bcbb384376 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Tue Oct 21 07:11:36 2008 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Tue Oct 21 07:12:42 2008 -0700 |
tree | 9a991d3c21b9f38cbd08f3c7d5852db0c3db2b5a | |
parent | 0734600ce0f24016d190311621ea59649bc92bad [diff] |
Remove the Python 2.4 dependency and use just 'python' Many Linux distributions are including python2.5 by default, as it is the latest stable release of the language. Using python2.4 (and asking users to specifically install it) is just cruel and unusual punishment. Signed-off-by: Shawn O. Pearce <sop@google.com>