]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/lilylib.py
Merge branch 'master' into nested-bookparts
[lilypond.git] / python / lilylib.py
index 27dd98deabeea5ee439f538467a2065a537c37cb..f9cbff2c60a84ee84a3ebeb772e6eacc720b9adc 100644 (file)
@@ -68,14 +68,6 @@ def stderr_write (s):
 
 progress = stderr_write
 
-def require_python_version ():
-    if sys.hexversion < 0x02040000:
-        stderr_write ("Python 2.4 or newer is required to run this program.\n\
-Please upgrade Python from http://python.org/download/, and if you use MacOS X,\n\
-please read 'Setup for MacOS X' in Application Usage.")
-        os.system ("open http://python.org/download/")
-        sys.exit (2)
-
 # Modified version of the commands.mkarg(x), which always uses 
 # double quotes (since Windows can't handle the single quotes:
 def mkarg(x):