projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
retrait code de test.
[minwii.git]
/
src
/
app
/
widgets
/
playingscreen.py
diff --git
a/src/app/widgets/playingscreen.py
b/src/app/widgets/playingscreen.py
index
f699a56
..
9aeef24
100755
(executable)
--- a/
src/app/widgets/playingscreen.py
+++ b/
src/app/widgets/playingscreen.py
@@
-142,13
+142,6
@@
class SongPlayingScreen(_PlayingScreenBase) :
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) :