summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0bb5342)
def __init__(self, song) :
super(SongPlayingScreen, self).__init__(song.distinctNotes)
self.song = song
def __init__(self, song) :
super(SongPlayingScreen, self).__init__(song.distinctNotes)
self.song = song
-
-class SongPlayingScreenTest(_PlayingScreenBase) :
- def __init__(self) :
- class C:pass
- o = C()
- o.midi=1
- super(SongPlayingScreenTest, self).__init__([o])
class Column(pygame.sprite.DirtySprite, EventHandlerMixin) :
class Column(pygame.sprite.DirtySprite, EventHandlerMixin) :