From: Han-Wen Nienhuys Date: Fri, 3 Mar 2006 13:34:27 +0000 (+0000) Subject: add tempfile. X-Git-Tag: release/2.7.39~51 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7e5dfbca2e615e0287539af95096da54837aa44f;p=lilypond.git add tempfile. --- diff --git a/ChangeLog b/ChangeLog index 459fb88186..2256ede06c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-03-03 Han-Wen Nienhuys + + * python/lilylib.py: add tempfile. + 2006-03-02 Han-Wen Nienhuys * VERSION (PACKAGE_NAME): release 2.7.37 diff --git a/python/lilylib.py b/python/lilylib.py index 67c03d344d..b54c6b29d5 100644 --- a/python/lilylib.py +++ b/python/lilylib.py @@ -19,6 +19,7 @@ import shutil import string import sys import optparse +import tempfile ################################################################ # Users of python modules should include this snippet