Moved note handling commands to hooke.plugin.note.
authorW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 18:46:35 +0000 (14:46 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 12 May 2010 18:46:35 +0000 (14:46 -0400)
commit6b3e141f9acc6ac7dffb9075891ba5fb4adad59e
treeb0c1455ae7462be34810bc5a381fba65670df1de
parent3f02a139f6ad8116ff1b13dbb96fcecf6e2fc9f0
Moved note handling commands to hooke.plugin.note.

Also:
  * Fixed graph dependency creation in hooke.plugin.construct_graph.
    The previous implemetation had Plugin instances as parents, not
    Node instances.
  * Moved a few builtin modules from hooke.plugin.PLUGIN_MODULES to
    .BUILTIN_MODULES.
  * Fixup unsaved playlist detection in
    hooke.ui.commandline.LocalExitCommand._run
hooke/hooke_cli.py
hooke/plugin/__init__.py
hooke/plugin/note.py [new file with mode: 0644]
hooke/plugin/playlist.py
hooke/ui/commandline.py