]> git.donarmstrong.com Git - lilypond.git/commitdiff
Nitpick: remove () from class. Fixes build with python-2.5.2.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 4 Nov 2008 16:07:44 +0000 (17:07 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 4 Nov 2008 16:11:01 +0000 (17:11 +0100)
python/musicexp.py

index 1b1f3d91830f9b42cbb307f0abc2866390646d04..df54f70106c113f3e30681093e043511d3e2e59f 100644 (file)
@@ -1618,7 +1618,7 @@ class RhythmicStaff (Staff):
     def __init__ (self, command = "RhythmicStaff"):
         Staff.__init__ (self, command)
         
-class Score ():
+class Score:
     def __init__ (self):
         self.contents = None
         self.create_midi = False