]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scripts/lilypond-book.py : Fix embarrassing bug in my previous
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 28 Jun 2005 20:06:40 +0000 (20:06 +0000)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Tue, 28 Jun 2005 20:06:40 +0000 (20:06 +0000)
patch. Now, the tempfile module is loaded too, not only used.

ChangeLog
scripts/lilypond-book.py

index f4b479c6a0034bee4af1e6dbfff4f605950c4df4..a989d5513738eafe18dd2fe9de9defb402f02936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * 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  <stecmccarthy@hotpop.com>
 
index 64eae0d3d4696ce773cb7c4d21c0d4ba689fc17f..20d6b11410e33a36ab246d40d04265cfa944a37a 100644 (file)
@@ -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.