]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove second import of stat.
authorjanneke <janneke>
Fri, 16 Jul 2004 16:15:45 +0000 (16:15 +0000)
committerjanneke <janneke>
Fri, 16 Jul 2004 16:15:45 +0000 (16:15 +0000)
ChangeLog
scripts/lilypond-book.py

index 9fef73bb54f1595361116fac8f952a7dc4b8c4ac..4f40e93de52d9857aa24cac32c7303bfb0767a2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * scripts/lilypond-book.py: Remove second import of stat.
+
        * More SCons cleanups.
 
        * Documentation/bibliography/computer-notation.bib (note): Remove
index 0ef5a0fc86a5b57e7a0e38dc29aab7091c104d9e..75fe418591e457ca349a2248123269d3fbdb6621 100644 (file)
@@ -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.