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)
commit216f88e3b52a0f031db30a03ec81d5bd60563b01
tree4146797ff665719a86826acbd4b12c862da15e53
parenta0c0d3b7736ca970fbd505cb648fb41e86a06bc4
Add hooke.playlist.NoteIndexList.__str__() method.

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