From: David Kastrup Date: Fri, 4 Apr 2014 15:51:15 +0000 (+0200) Subject: Revert "Restrict lilypond-book mingw32 subprocess workaround to Python versions ... X-Git-Tag: release/2.19.4-1~4 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=3606a52041117a0ce85b32e5439ef6b996ae9fd0;p=lilypond.git Revert "Restrict lilypond-book mingw32 subprocess workaround to Python versions < 2.6" This reverts commit 1f2bdee043a85ddca79be8ef99b206fb3a97b289. --- 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