From: janneke Date: Fri, 16 Jul 2004 16:15:45 +0000 (+0000) Subject: Remove second import of stat. X-Git-Tag: release/2.3.9~90 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dbb8611f067095aeef7e49bb545d905e1a460291;p=lilypond.git Remove second import of stat. --- diff --git a/ChangeLog b/ChangeLog index 9fef73bb54..4f40e93de5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-07-16 Jan Nieuwenhuizen + * scripts/lilypond-book.py: Remove second import of stat. + * More SCons cleanups. * Documentation/bibliography/computer-notation.bib (note): Remove diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 0ef5a0fc86..75fe418591 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -28,7 +28,6 @@ import __main__ import glob import stat import string -import stat ################################################################ # Users of python modules should include this snippet # and customize variables below.