CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Mats Bengtsson <[EMAIL PROTECTED]>      05/06/28 20:06:40

Modified files:
        .              : ChangeLog 
        scripts        : lilypond-book.py 

Log message:
        * scripts/lilypond-book.py : Fix embarrassing bug in my previous
        patch. Now, the tempfile module is loaded too, not only used.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3833&tr2=1.3834&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?tr1=1.264&tr2=1.265&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3833 lilypond/ChangeLog:1.3834
--- lilypond/ChangeLog:1.3833   Tue Jun 28 13:43:40 2005
+++ lilypond/ChangeLog  Tue Jun 28 20:06:39 2005
@@ -1,3 +1,7 @@
+2005-06-28  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+       * 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  <[EMAIL PROTECTED]>
 
Index: lilypond/scripts/lilypond-book.py
diff -u lilypond/scripts/lilypond-book.py:1.264 
lilypond/scripts/lilypond-book.py:1.265
--- lilypond/scripts/lilypond-book.py:1.264     Thu Jun 23 10:56:07 2005
+++ lilypond/scripts/lilypond-book.py   Tue Jun 28 20:06:40 2005
@@ -32,6 +32,7 @@
 import glob
 import stat
 import string
+import tempfile
 
 # Users of python modules should include this snippet
 # and customize variables below.


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to