From 3606a52041117a0ce85b32e5439ef6b996ae9fd0 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Fri, 4 Apr 2014 17:51:15 +0200 Subject: [PATCH] Revert "Restrict lilypond-book mingw32 subprocess workaround to Python versions < 2.6" This reverts commit 1f2bdee043a85ddca79be8ef99b206fb3a97b289. --- python/book_latex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/book_latex.py b/python/book_latex.py index a3b2b18b78..22dc3a5f19 100644 --- a/python/book_latex.py +++ b/python/book_latex.py @@ -200,7 +200,6 @@ def get_latex_textwidth (source, global_options): universal_newlines = True if sys.platform == 'mingw32': universal_newlines = False - if (sys.platform == 'mingw32') and (sys.version_info < (2, 6)): ### use os.system to avoid weird sleep() problems on ### GUB's python 2.4.2 on mingw # make file to write to -- 2.39.2