Add hooke.playlist.NoteIndexList.__str__() method.
authorW. Trevor King <wking@drexel.edu>
Sun, 16 May 2010 12:21:20 +0000 (08:21 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 16 May 2010 12:21:20 +0000 (08:21 -0400)
commit0a4125c1730a5ae595ce13650178cd15e4571e80
tree4146797ff665719a86826acbd4b12c862da15e53
parent4255527951e9cdb128c4c18ff0b8fbb7f14d1a2c
Add hooke.playlist.NoteIndexList.__str__() method.

Now playlists etc. will flatten themselves to strings with:
  '...%s...' % instance.
hooke/playlist.py
test/load_playlist.py