Moved Playlist and FilePlaylist definitions back to hooke.playlist
authorW. Trevor King <wking@drexel.edu>
Sun, 9 May 2010 14:32:27 +0000 (10:32 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 9 May 2010 14:32:27 +0000 (10:32 -0400)
commit88b9c10f5be42b5dae0cdeb30693e0b3b7b59cd7
treed7c76e69e65e566d16c5950f5c6a7057c97cd395
parent1d2208c60314b78b0854b9da8e399f6cdb04bbb6
Moved Playlist and FilePlaylist definitions back to hooke.playlist

We shouldn't define core classes in plugins.  This will make the
plugin clearer, separating the core functionality from the silly
plugin interface to that core functionality.  Such Builtins are useful
for the Hooke command line and GUIs, but not for people using Python
to import hooke directly.
hooke/hooke.py
hooke/plugin/playlist.py