Do not hardcode Python version to 2.5 (allow 2.6)
commit346bc39b36edb00e0dd724dc2d61107e0f7e4ee9
authorThomas Perl <thp@thpinfo.com>
Mon, 11 May 2009 08:41:07 +0000 (11 10:41 +0200)
committerThomas Perl <thp@thpinfo.com>
Mon, 11 May 2009 08:41:07 +0000 (11 10:41 +0200)
treec0ffa9ef33c5fe56ddb18a493c203c854f221ad8
parent7f5ae93c6b6c76a9e1deb10f81fd0ee19e49ea5d
Do not hardcode Python version to 2.5 (allow 2.6)

Now that distros start shipping Python 2.6 as their
default Python versions, we do not depend directly
on Python 2.5, but leave it up to the system to provide
a suitable version of Python.

Thanks to Andrea Colangelo for pointing this out.
README
makefile