From 789933681244744250d241de624255dcd28e81fa Mon Sep 17 00:00:00 2001 From: Mats Bengtsson Date: Tue, 28 Jun 2005 20:06:40 +0000 Subject: [PATCH] * scripts/lilypond-book.py : Fix embarrassing bug in my previous patch. Now, the tempfile module is loaded too, not only used. --- ChangeLog | 4 ++++ scripts/lilypond-book.py | 1 + 2 files changed, 5 insertions(+) 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. -- 2.39.5