From: Mats Bengtsson Date: Tue, 28 Jun 2005 20:06:40 +0000 (+0000) Subject: * scripts/lilypond-book.py : Fix embarrassing bug in my previous X-Git-Tag: release/2.7.0~31 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=789933681244744250d241de624255dcd28e81fa;p=lilypond.git * scripts/lilypond-book.py : Fix embarrassing bug in my previous patch. Now, the tempfile module is loaded too, not only used. --- diff --git a/ChangeLog b/ChangeLog index f4b479c6a0..a989d55137 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-28 Mats Bengtsson + + * scripts/lilypond-book.py : Fix embarrassing bug in my previous + patch. Now, the tempfile module is loaded too, not only used. 2005-06-25 Stephen Charles McCarthy diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 64eae0d3d4..20d6b11410 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -32,6 +32,7 @@ import __main__ import glob import stat import string +import tempfile # Users of python modules should include this snippet # and customize variables below.