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)
commit0ba85adf2f6fb71eb929358f66a141d53816fd1c
treed7c76e69e65e566d16c5950f5c6a7057c97cd395
parent0667cd57b42e1fb0b1dbcf0c961623dbdd14739a
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