Author: Jakub Wilk <jwilk@debian.org>	vim:ft=diff:
Description: use default python version instead of hardcoded 2.5

--- a/build/python.prf
+++ b/build/python.prf
@@ -2,7 +2,7 @@
 
 # Change this variable to your python version (2.3, 2.4, 2.5)
  win32:PYTHON_VERSION=25
- unix:PYTHON_VERSION=2.5
+ unix:PYTHON_VERSION=
 
 macx {
   # for macx you need to have Python development kit installed as framework
