]> git.donarmstrong.com Git - lilypond.git/commitdiff
add tempfile.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 3 Mar 2006 13:34:27 +0000 (13:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 3 Mar 2006 13:34:27 +0000 (13:34 +0000)
ChangeLog
python/lilylib.py

index 459fb881865a1ba9ef2e66adab91ac5bc85c0435..2256ede06cf538fef416250e4e86e7c445ed9378 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * python/lilylib.py: add tempfile.
+
 2006-03-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * VERSION (PACKAGE_NAME): release 2.7.37
index 67c03d344dafe98802e8f78314530c0bb17ea257..b54c6b29d5f8cf7ee48af7c695c18728d88cf3dd 100644 (file)
@@ -19,6 +19,7 @@ import shutil
 import string
 import sys
 import optparse
+import tempfile
 
 ################################################################
 # Users of python modules should include this snippet