From: Jan Nieuwenhuizen Date: Tue, 4 Nov 2008 16:07:44 +0000 (+0100) Subject: Nitpick: remove () from class. Fixes build with python-2.5.2. X-Git-Tag: release/2.11.64-1~88 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=327377bb1e6e3691fb7ca51ccd490e07a41f211c;p=lilypond.git Nitpick: remove () from class. Fixes build with python-2.5.2. --- diff --git a/python/musicexp.py b/python/musicexp.py index 1b1f3d9183..df54f70106 100644 --- a/python/musicexp.py +++ b/python/musicexp.py @@ -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